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