summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/unhandled_key_type_13_assert_map
blob: 3da16ce1588680ff6471a00179ead1592623d2dd (plain)
1
2
3
4
5
table ip x {
	chain y {
		meta mark set ip protocol . th dport map { tcp / 22 : 1234, udp . 67 : 1234 }
	}
}