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