summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0017add_after_flush_0.nft
blob: 9d2b0afed4255965aa8313aae7b5d2815b3c70ab (plain)
1
2
3
4
5
6
7
table ip x {
	set s {
		type ipv4_addr
		size 2
		elements = { 1.1.1.1 }
	}
}