summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/exact_overlap_0.nft
blob: c903e3fc2ce313890dd26e4448ba0cc724e39461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
table ip t {
	set s {
		type ipv4_addr
		flags interval
		elements = { 1.0.1.0/24, 1.0.2.0/23,
			     1.0.8.0/21, 1.0.32.0/19,
			     1.1.0.0/24, 1.1.2.0/23,
			     1.1.4.0/22, 1.1.8.0/24,
			     1.1.9.0/24, 1.1.10.0/23,
			     1.1.12.0/22, 1.1.16.0/20,
			     1.1.32.0/19 }
	}
}