summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0063set_catchall_0.nft
blob: f0d42cc24e602f8ca92fced55ca34e520f6962c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
table ip x {
	set y {
		type ipv4_addr
		counter
		elements = { 1.1.1.1 counter packets 0 bytes 0, * counter packets 0 bytes 0 }
	}

	set z {
		type ipv4_addr
		flags interval
		counter
		elements = { 1.1.1.0/24 counter packets 0 bytes 0, * counter packets 0 bytes 0 }
	}
}