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