summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/0039set_0.nft
blob: 651a11bf126eb7760a03c92f7e17cc0f5f67c07a (plain)
1
2
3
4
5
6
7
table ip x {
	set y {
		type ipv4_addr
		flags interval
		elements = { 192.168.4.0/24 }
	}
}