summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-raw.nft
diff options
context:
space:
mode:
Diffstat (limited to 'files/nftables/ipv4-raw.nft')
-rw-r--r--[-rwxr-xr-x]files/nftables/ipv4-raw.nft2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/nftables/ipv4-raw.nft b/files/nftables/ipv4-raw.nft
index c3fed191..2318e875 100755..100644
--- a/files/nftables/ipv4-raw.nft
+++ b/files/nftables/ipv4-raw.nft
@@ -1,5 +1,3 @@
-#!@sbindir@nft -f
-
table raw {
chain prerouting { type filter hook prerouting priority -300; }
chain output { type filter hook output priority -300; }