summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/unknown_expr_type_range_assert
blob: e6206736f1209b8f10080415581c5c5cdd094d97 (plain)
1
2
3
4
5
6
7
table ip x {
	chain k {
		meta mark set 0x001-3434
		ct mark set 0x001-3434
		tcp dport set 1-3
	}
}