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