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