Allow icmpv6 outgoing traffic.

This commit is contained in:
Jeremy Gardais 2017-08-25 17:05:42 +02:00
parent 96080445da
commit 38e1d0dabc
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,9 @@
## v1.2.1
### Features
* Allow icmpv6 outgoing traffic.
## v1.2
### Features

View File

@ -54,6 +54,7 @@ nft_output_default_rules:
- oif lo accept
050 icmp:
- ip protocol icmp accept
- ip6 nexthdr icmpv6 counter accept
200 output udp accepted:
- udp dport @output_udp_accept ct state new accept
210 output tcp accepted: