From: Pablo Neira Ayuso Date: Sat, 20 Apr 2013 09:53:02 +0000 (+0200) Subject: tests: family-bridge: update to use the current syntax X-Git-Tag: v0.099~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f88b23cc36d94825139bb85b3a7132a6022ed0;p=thirdparty%2Fnftables.git tests: family-bridge: update to use the current syntax Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/family-bridge b/tests/family-bridge index 0e3d8f1b..98b78857 100644 --- a/tests/family-bridge +++ b/tests/family-bridge @@ -1,7 +1,7 @@ #! nft -f add table bridge filter -add chain bridge filter output NF_INET_LOCAL_OUT 0 +add chain bridge filter output { hook NF_INET_LOCAL_OUT 0 ; } # LL protocol add rule bridge filter output eth type 0x0800 counter