summaryrefslogtreecommitdiffstats
path: root/tests/family-bridge
diff options
context:
space:
mode:
Diffstat (limited to 'tests/family-bridge')
-rw-r--r--tests/family-bridge2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/family-bridge b/tests/family-bridge
index 98b78857..c87c8320 100644
--- a/tests/family-bridge
+++ b/tests/family-bridge
@@ -1,7 +1,7 @@
#! nft -f
add table bridge filter
-add chain bridge filter output { hook NF_INET_LOCAL_OUT 0 ; }
+add chain bridge filter output { type filter hook output priority 0 ; }
# LL protocol
add rule bridge filter output eth type 0x0800 counter