Merge pull request #106 from freifunk-gluon/arp

ebtables-filter-mcast: drop ARPs to/from 0.0.0.0
This commit is contained in:
Nils Schneider 2015-03-16 20:21:50 +01:00
commit e58fd35f18
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
rule 'MULTICAST_OUT -p ARP --arp-opcode Reply --arp-ip-src 0.0.0.0 -j DROP'
rule 'MULTICAST_OUT -p ARP --arp-opcode Request --arp-ip-dst 0.0.0.0 -j DROP'
rule 'MULTICAST_OUT -p ARP -j RETURN'