summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-nat.nft
diff options
context:
space:
mode:
Diffstat (limited to 'files/nftables/ipv6-nat.nft')
-rw-r--r--[-rwxr-xr-x]files/nftables/ipv6-nat.nft2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/nftables/ipv6-nat.nft b/files/nftables/ipv6-nat.nft
index ce0391df..6a356f1e 100755..100644
--- a/files/nftables/ipv6-nat.nft
+++ b/files/nftables/ipv6-nat.nft
@@ -1,5 +1,3 @@
-#!@sbindir@nft -f
-
table ip6 nat {
chain prerouting { type nat hook prerouting priority -100; }
chain input { type nat hook input priority 100; }