summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-nat
diff options
context:
space:
mode:
Diffstat (limited to 'files/nftables/ipv6-nat')
-rw-r--r--files/nftables/ipv6-nat8
1 files changed, 0 insertions, 8 deletions
diff --git a/files/nftables/ipv6-nat b/files/nftables/ipv6-nat
deleted file mode 100644
index e7816860..00000000
--- a/files/nftables/ipv6-nat
+++ /dev/null
@@ -1,8 +0,0 @@
-#! @sbindir@nft -f
-
-table ip6 nat {
- chain prerouting { type nat hook prerouting priority -100; }
- chain input { type nat hook input priority 100; }
- chain output { type nat hook output priority -100; }
- chain postrouting { type nat hook postrouting priority 100; }
-}