Browse Source

Suppress arprequests for 0.0.0.0 and replys from 0.0.0.0

Michael Schwarz 9 years ago
parent
commit
f6e03c47e9

+ 2 - 0
ffpb/ffpb-ebtables-net-rules/files/lib/gluon/ebtables/110-ffpb-suppress-bogus-arprequests

@@ -0,0 +1,2 @@
+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'