summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/unhandled_key_type_13_assert_vmap
blob: f4dc273fdb85d3031d8abd2ff1c15e6255f04c8a (plain)
1
2
3
4
5
table ip x {
	chain y {
		ip protocol . th dport vmap { tcp / 22 : accept, udp . 67 : drop }
	}
}