summaryrefslogtreecommitdiffstats
path: root/files/nftables/arp-filter.nft
blob: 6e4c62489ba9cdc1996159927ffcdeea6975f2cc (plain)
1
2
3
4
table arp filter {
	chain input		{ type filter hook input priority 0; }
	chain output		{ type filter hook output priority 0; }
}