summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-mangle
diff options
context:
space:
mode:
Diffstat (limited to 'files/nftables/ipv6-mangle')
-rw-r--r--files/nftables/ipv6-mangle6
1 files changed, 1 insertions, 5 deletions
diff --git a/files/nftables/ipv6-mangle b/files/nftables/ipv6-mangle
index dc18c7a8..72743532 100644
--- a/files/nftables/ipv6-mangle
+++ b/files/nftables/ipv6-mangle
@@ -1,9 +1,5 @@
#! nft -f
table ip6 mangle {
- chain prerouting { hook NF_INET_PRE_ROUTING -150; }
- chain input { hook NF_INET_LOCAL_IN -150; }
- chain forward { hook NF_INET_FORWARD -150; }
- chain output { hook NF_INET_LOCAL_OUT -150; }
- chain postrouting { hook NF_INET_POST_ROUTING -150; }
+ chain output { type route hook output priority -150; }
}