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