mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-02-01 14:39:06 +00:00
Currently new json object opens (and delete_json_obj closes) the object as an array, what adds prints for the matching bracket '[' ']' at the start/end of the object. This patch adds new_json_obj_plain() and the matching delete_json_obj_plain() to enable opening and closing json object, not as array and leave it to the using function to decide which type of object to open/close as the main object. Signed-off-by: Ron Diskin <rondi@mellanox.com> Reviewed-by: Moshe Shemesh <moshe@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> |
||
|---|---|---|
| .. | ||
| iptables | ||
| libiptc | ||
| netinet | ||
| uapi | ||
| bpf_api.h | ||
| bpf_elf.h | ||
| bpf_scm.h | ||
| bpf_util.h | ||
| color.h | ||
| dlfcn.h | ||
| ip6tables.h | ||
| iptables.h | ||
| json_print.h | ||
| json_writer.h | ||
| libgenl.h | ||
| libnetlink.h | ||
| list.h | ||
| ll_map.h | ||
| names.h | ||
| namespace.h | ||
| rt_names.h | ||
| rtm_map.h | ||
| SNAPSHOT.h | ||
| utils.h | ||
| xt-internal.h | ||
| xtables.h | ||