CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/05 01:42:40
Modified files:
usr.sbin/bgpctl: json.c json.h output_json.c
Log message:
Sync json.c with the one from rpki-client. This adds json_do_string().
Convert json_do_printf() calls using static strings or "%s" fmt over
to json_do_string() in the json output.
OK tb@
