diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-04-20 11:53:02 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-04-20 11:54:01 +0200 |
commit | d4f88b23cc36d94825139bb85b3a7132a6022ed0 (patch) | |
tree | 311c1c896090d74643fcbaeeb204af9010cf61c5 | |
parent | 787bf5a86e122765d7594151e32a891aed7361ac (diff) |
tests: family-bridge: update to use the current syntax
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | tests/family-bridge | 2 |
1 files changed, 1 insertions, 1 deletions
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 |