summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0022type_selective_flush_0.nft
blob: 58c213ffd582ca83f00298da5c595415c5665676 (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 size 1024 { ip saddr limit rate 10/second} 
	}
}