Skip to content
Snippets Groups Projects
Commit f6e03c47 authored by Michael Schwarz's avatar Michael Schwarz
Browse files

Suppress arprequests for 0.0.0.0 and replys from 0.0.0.0

parent 50f09e3e
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'
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