summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/concat_interval_0.nft
blob: 875ec1d5c6a0172fd504b28792956b360d4fb37b (plain)
1
2
3
4
5
6
7
table ip t {
	set s {
		type ipv4_addr . inet_proto . inet_service
		flags interval
		counter
	}
}