summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/json/dumps/0006obj_comment_0.nft
blob: e52b21b46248c75cd6f86675d6233410e00b9601 (plain)
1
2
3
4
5
6
table inet t {
	counter mycounter {
		comment "my comment in counter"
		packets 0 bytes 0
	}
}