summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/collapse_elem_0.nft
blob: a3244fc616dee3f73fec2a86060794ad18d92464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
table ip a {
	set x {
		type inet_service
		elements = { 1, 2 }
	}
}
table ip6 a {
	set x {
		type inet_service
		elements = { 2 }
	}
}