gluon-ebtables-filter-multicast: allow hop-by-hop options as ICMPv6 is sometimes prefixed by an HBH header

This commit is contained in:
Matthias Schiffer 2014-11-13 02:23:47 +01:00
parent 3e5206d4f4
commit 5f9fc05c06
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
rule 'MULTICAST_OUT -p IPv6 --ip6-protocol 0 -j RETURN' -- hop-by-hop
rule 'MULTICAST_OUT -p IPv6 --ip6-protocol ipv6-icmp -j RETURN'