]> git.ipfire.org Git - thirdparty/nftables.git/commit
json: Support maps with concatenated data
authorPhil Sutter <phil@nwl.cc>
Fri, 8 Mar 2024 23:27:38 +0000 (00:27 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 19 Mar 2024 17:24:47 +0000 (18:24 +0100)
commitc56d77cc82988391ab8f2514214c0088cbc7d89e
treeed1aba19a49f251911eae6e954e847d5c9dda0c2
parent2a0fe52eca32acc8927c97e164b5e79337073ceb
json: Support maps with concatenated data

Dump such maps with an array of types in "map" property, make the parser
aware of this.

Signed-off-by: Phil Sutter <phil@nwl.cc>
src/json.c
src/parser_json.c