summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/json/dumps/0002table_map_0.nft
Commit message (Collapse)AuthorAgeFilesLines
* json: add table map statement supportFernando Fernandez Mancera2022-09-031-0/+6
When listing a map with statements with JSON support, the statement list were ignored. Output example: { "map": { "family": "ip", "name": "m", "table": "t", "type": "ipv4_addr", "handle": 1, "map": "mark", "stmt": [ { "counter": { "packets": 0, "bytes": 0 } } ] } } Link: https://bugzilla.netfilter.org/show_bug.cgi?id=1588 Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>