summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/0037set_0.nft
blob: ca69cee281a2b34d97dd2a3fc4f07566c14ed749 (plain)
1
2
3
4
5
6
table ip x {
	set y {
		type ipv4_addr
		flags interval
	}
}