summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/set_definition_with_no_key_assert
blob: 59ef1ab3b5cba1cd0efc6d620ea9990712dda198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
table inet testifsets {
	map map_wild {	elements = { "abcdex*",
			     "othername",
			     "ppp0" }
	}
	map map_wild {
		type ifname : verdict
		flags interval
		elements = { "abcdez*" : jump do_nothing,
			     "eth0" : jump do_nothing }
	}
}