summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0039negative_priority_0.nft
blob: 20f8272a156f6563809eadcf7f238ceabce0f48d (plain)
1
2
3
4
5
table ip t {
	chain c {
		type filter hook input priority -30; policy accept;
	}
}