summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_arp.t
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libebt_arp.t')
-rw-r--r--extensions/libebt_arp.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/libebt_arp.t b/extensions/libebt_arp.t
new file mode 100644
index 00000000..64b4362f
--- /dev/null
+++ b/extensions/libebt_arp.t
@@ -0,0 +1,11 @@
+:INPUT,FORWARD,OUTPUT
+-p ARP --arp-op Request;=;OK
+-p ARP --arp-htype ! 1;=;OK
+-p ARP --arp-ptype 0x2;=;OK
+-p ARP --arp-ip-src 1.2.3.4;=;OK
+-p ARP ! --arp-ip-dst 1.2.3.4;-p ARP --arp-ip-dst ! 1.2.3.4 -j CONTINUE;OK
+-p ARP --arp-ip-src ! 0.0.0.0;=;OK
+-p ARP --arp-ip-dst ! 0.0.0.0/8;=;OK
+-p ARP --arp-mac-src 0:de:ad:be:ef:0;=;OK
+-p ARP --arp-mac-dst de:ad:be:ef:0:0/ff:ff:ff:ff:0:0;=;OK
+-p ARP --arp-gratuitous;=;OK