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