summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0008comments_interval_0.nft
blob: 5e7a7680c54991738e9c7572b3134caf1ad8db44 (plain)
1
2
3
4
5
6
7
table ip t {
	set s {
		type ipv4_addr
		flags interval
		elements = { 1.1.1.1 comment "test" }
	}
}