summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0022type_selective_flush_0.nft
blob: 3dd97602268c7d0d3d666fc49b51234b3d5abbc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
table ip t {
	set s {
		type ipv4_addr
	}

	map m {
		type ipv4_addr : inet_service
	}

	chain c {
		tcp dport http meter f { ip saddr limit rate 10/second} 
	}
}