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