gluon-packages/gluon/gluon-ebtables-filter-multi.../files/lib/gluon/ebtables/110-mcast-allow-arp

4 lines
192 B
Plaintext

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'