]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: family-bridge: update to use the current syntax
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 20 Apr 2013 09:53:02 +0000 (11:53 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 20 Apr 2013 09:54:01 +0000 (11:54 +0200)
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/family-bridge

index 0e3d8f1bbc14094c37852d4b84453af2969d75c4..98b788577978057d4cb7fc35f58eb0cbf6104654 100644 (file)
@@ -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