From: Jakob Meng <[email protected]> This is a follow up with small changes to the previous RFC [0]: * Nasty double-free bug has been fixed. * Formatting has been updated to satisfy 0-day Robot.
However, 0-day Robot will still complain because it interprets the command help "[(-o|--output=)text|json]" as a cast 😕 [0] https://patchwork.ozlabs.org/project/openvswitch/patch/[email protected]/ Jakob Meng (1): [RFC,v2] Add command args to output JSON from ovs-appctl commands. lib/command-line.c | 40 +++++++++++ lib/command-line.h | 8 +++ lib/unixctl.c | 75 ++++++++++++++------ lib/unixctl.h | 3 + ofproto/ofproto-dpif.c | 153 +++++++++++++++++++++++++++++++++++++---- tests/pmd.at | 29 ++++++++ 6 files changed, 273 insertions(+), 35 deletions(-) -- 2.39.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
