summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/json/0006obj_comment_0
Commit message (Collapse)AuthorAgeFilesLines
* json: add stateful object comment supportFernando Fernandez Mancera2022-09-161-0/+9
When listing a stateful object with JSON support, the comment was ignored. Output example: { "counter": { "family": "inet", "name": "mycounter", "table": "t", "handle": 1, "comment": "my comment in counter", "packets": 0, "bytes": 0 } } Link: https://bugzilla.netfilter.org/show_bug.cgi?id=1611 Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>