From: Florian Westphal Date: Tue, 8 Aug 2017 09:02:34 +0000 (+0200) Subject: tests: fix arp chain test X-Git-Tag: v0.8~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4227cd205308293ca291d94e7e83069aaf15733;p=thirdparty%2Fnftables.git tests: fix arp chain test 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 --- diff --git a/tests/py/arp/chains.t b/tests/py/arp/chains.t index 59647f7f..1ea39f75 100644 --- a/tests/py/arp/chains.t +++ b/tests/py/arp/chains.t @@ -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