summaryrefslogtreecommitdiffstats
path: root/tests/family-ipv6
diff options
context:
space:
mode:
Diffstat (limited to 'tests/family-ipv6')
-rw-r--r--tests/family-ipv62
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/family-ipv6 b/tests/family-ipv6
index e76b2cea..cfc740c1 100644
--- a/tests/family-ipv6
+++ b/tests/family-ipv6
@@ -1,7 +1,7 @@
#! nft -f
add table ip6 filter
-add chain ip6 filter output { hook NF_INET_LOCAL_OUT 0 ; }
+add chain ip6 filter output { type filter hook output priority 0 ; }
# IP address
add rule ip6 filter output ip6 daddr 2001:6f8:974::1 counter