Merge pull request #99 from freifunk-gluon/allow-ripng

ebtables-filter-multicast: allow ripng
This commit is contained in:
Nils Schneider 2015-02-10 16:38:55 +01:00
commit bd024a42c9
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
rule 'MULTICAST_OUT -p IPv6 --ip6-protocol udp --ip6-destination ff02::9 --ip6-destination-port 521 -j RETURN'