summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0035policy_variable_0.nft
blob: f4093097593db8618a2c308a40d6a5da8429cc12 (plain)
1
2
3
4
5
table inet global {
	chain prerouting {
		type filter hook prerouting priority filter; policy accept;
	}
}