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