CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/05 11:25:44
Modified files:
usr.sbin/rpki-client: output-json.c
Log message:
Emit an integer instead of a string in JSON output
We added the "AS123" format because this is what the other tools did
and there was the goal to have equal output. However, many in the
community have voiced complaints about having to do string conversions.
OK deraadt@ claudio@
