Allow icmpv6 outgoing traffic.
This commit is contained in:
parent
96080445da
commit
38e1d0dabc
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
## v1.2.1
|
||||||
|
|
||||||
|
### Features
|
||||||
|
* Allow icmpv6 outgoing traffic.
|
||||||
|
|
||||||
## v1.2
|
## v1.2
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -54,6 +54,7 @@ nft_output_default_rules:
|
||||||
- oif lo accept
|
- oif lo accept
|
||||||
050 icmp:
|
050 icmp:
|
||||||
- ip protocol icmp accept
|
- ip protocol icmp accept
|
||||||
|
- ip6 nexthdr icmpv6 counter accept
|
||||||
200 output udp accepted:
|
200 output udp accepted:
|
||||||
- udp dport @output_udp_accept ct state new accept
|
- udp dport @output_udp_accept ct state new accept
|
||||||
210 output tcp accepted:
|
210 output tcp accepted:
|
||||||
|
|
Loading…
Reference in New Issue