summaryrefslogtreecommitdiffstats
path: root/files/nftables/arp-filter.nft
blob: 8a350b1eba8aa07cee2a9cb5b8e1f4e71cba6ba9 (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; }
}