瀏覽代碼

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

Fixes https://github.com/freifunk-gluon/gluon/issues/311
Nils Schneider 9 年之前
父節點
當前提交
b58ab9abb9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-arp

+ 2 - 0
package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-arp

@@ -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'