Skip to content
Snippets Groups Projects
Commit b58ab9ab authored by Nils Schneider's avatar Nils Schneider
Browse files

ebtables-filter-mcast: drop ARPs to/from 0.0.0.0

parent 93cc8e54
No related branches found
No related tags found
No related merge requests found
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment