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-mangle5
1 files changed, 0 insertions, 5 deletions
diff --git a/files/nftables/ipv6-mangle b/files/nftables/ipv6-mangle
deleted file mode 100644
index fa32402a..00000000
--- a/files/nftables/ipv6-mangle
+++ /dev/null
@@ -1,5 +0,0 @@
-#! @sbindir@nft -f
-
-table ip6 mangle {
- chain output { type route hook output priority -150; }
-}