summaryrefslogtreecommitdiffstats
path: root/files/nftables/inet-filter.nft
blob: bfe43b4fade7ca3ad1912e9f264ce93d3d95a7b3 (plain)
1
2
3
4
5
table inet 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; }
}