summaryrefslogtreecommitdiffstats
path: root/files/nftables/arp-filter
diff options
context:
space:
mode:
Diffstat (limited to 'files/nftables/arp-filter')
-rw-r--r--files/nftables/arp-filter6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/nftables/arp-filter b/files/nftables/arp-filter
deleted file mode 100644
index bcabf28a..00000000
--- a/files/nftables/arp-filter
+++ /dev/null
@@ -1,6 +0,0 @@
-#! @sbindir@nft -f
-
-table arp filter {
- chain input { type filter hook input priority 0; }
- chain output { type filter hook output priority 0; }
-}