summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0019set_check_size_0.nft
blob: 8cd3707607b3438ab3272b37df79446d1ba782cc (plain)
1
2
3
4
5
6
7
table ip x {
	set s {
		type ipv4_addr
		size 2
		elements = { 1.1.1.1, 1.1.1.2 }
	}
}