]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: fix arp chain test
authorFlorian Westphal <fw@strlen.de>
Tue, 8 Aug 2017 09:02:34 +0000 (11:02 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 8 Aug 2017 13:37:11 +0000 (15:37 +0200)
The forward chain isn't supported anymore (on kernel side it only worked
if bridge netfilter 'call-arptables' sysctl is on), so this test now fails
with nf-next kernel.

In nftables one can filter/test arp packets in bridge family directly.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/py/arp/chains.t

index 59647f7f6902fee1faac5a26df53fcbc040a7d1e..1ea39f7549e1b50b29e91777a552d6bf6afd1ffb 100644 (file)
@@ -1,6 +1,5 @@
-# filter chains available are: input, output, forward
+# filter chains available are: input, output
 :input;type filter hook input priority 0
-:forward;type filter hook forward priority 0
 :output;type filter hook output priority 0
 
-*arp;test-arp;input,forward,output
+*arp;test-arp;input,output