aboutsummaryrefslogtreecommitdiff
path: root/extensions/libebt_arp.t
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2020-04-08 07:17:05 -0700
committerMaciej Żenczykowski <maze@google.com>2020-04-08 07:17:18 -0700
commitb68f7ec3cad0a37be41b5d25002714b73a7ec800 (patch)
treed2ba3d14795dab0c12cd6e365eadf46254e00387 /extensions/libebt_arp.t
parent2ca8cc154dd137be025a8cf20530d064ff731ac3 (diff)
parent1447b15100fe73810237809c1d4ade3c861b6d96 (diff)
downloadiptables-b68f7ec3cad0a37be41b5d25002714b73a7ec800.tar.gz
Merge tag 'v1.8.3' of git://git.netfilter.org/iptables into work
iptables 1.8.3 release Generated via: git fetch git://git.netfilter.org/iptables v1.8.3 git merge FETCH_HEAD Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I21995a5fbd05ff46c91d74b96259ed94ef16ff13
Diffstat (limited to 'extensions/libebt_arp.t')
-rw-r--r--extensions/libebt_arp.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/libebt_arp.t b/extensions/libebt_arp.t
index a05ab12d..14ff0f09 100644
--- a/extensions/libebt_arp.t
+++ b/extensions/libebt_arp.t
@@ -1,11 +1,11 @@
:INPUT,FORWARD,OUTPUT
-p ARP --arp-op Request;=;OK
--p ARP ! --arp-htype 1;=;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;=;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-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 00:de:ad:be:ef:00;=;OK
-p ARP --arp-mac-dst de:ad:be:ef:00:00/ff:ff:ff:ff:00:00;=;OK
-p ARP --arp-gratuitous;=;OK