summaryrefslogtreecommitdiffstats
path: root/files/nftables/arp-filter
blob: bcabf28ad99c5e2d14c50bb816e718ebb2a6b32f (plain)
1
2
3
4
5
6
#! @sbindir@nft -f

table arp filter {
	chain input		{ type filter hook input priority 0; }
	chain output		{ type filter hook output priority 0; }
}