summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0033add_set_simple_flat_0.nft
blob: d6174c51172cc356641c0662ba017ce9816ff7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
table ip x {
	set setA {
		type ipv4_addr . inet_service . ipv4_addr
		flags timeout
	}

	set setB {
		type ipv4_addr . inet_service
		flags timeout
	}
}