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, 6 insertions, 0 deletions
diff --git a/files/nftables/arp-filter b/files/nftables/arp-filter
new file mode 100644
index 00000000..bcabf28a
--- /dev/null
+++ b/files/nftables/arp-filter
@@ -0,0 +1,6 @@
+#! @sbindir@nft -f
+
+table arp filter {
+ chain input { type filter hook input priority 0; }
+ chain output { type filter hook output priority 0; }
+}