summaryrefslogtreecommitdiffstats
path: root/tests/expr-ct
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expr-ct')
-rw-r--r--tests/expr-ct2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expr-ct b/tests/expr-ct
index 39f1777c..1dfc7ac6 100644
--- a/tests/expr-ct
+++ b/tests/expr-ct
@@ -1,7 +1,7 @@
#! nft -f
add table ip filter
-add chain ip filter output { hook NF_INET_LOCAL_OUT 0 ; }
+add chain ip filter output { type filter hook output priority 0 ; }
# ct: state
add rule ip filter output ct state new,established counter