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