summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0010comments_0.nft
blob: 6e42ec4b4cdb889edbbbba677222cc26fbb6fe69 (plain)
1
2
3
4
5
6
table inet t {
	set s {
		type ipv6_addr
		elements = { ::1 comment "test" }
	}
}