Acked-by: Mark Michelson <[email protected]> On 08/06/2018 05:45 PM, Ben Pfaff wrote:
v1->v2: - Applied patches 1 and 2; added ack for patch 3 (thanks Alin!) - Polished up the daemon mode so that it works actually quite well and added tests that show that it behaves equivalently. v2->v3: - Fix bug in patch 2 pointed out by Mark Michelson (thanks!) and add his acks.Ben Pfaff (3): unixctl: Make path to unixctl_server socket available to the client. ovn-nbctl: Separate command-line options parsing and interpretation. ovn-nbctl: Make daemon mode more transparent. NEWS | 6 +- lib/command-line.c | 108 +++++++++++++++ lib/command-line.h | 10 ++ lib/daemon.h | 19 +++ lib/stream-ssl.h | 5 +- lib/unixctl.c | 52 ++++---- lib/unixctl.h | 2 + ovn/utilities/ovn-nbctl.8.xml | 61 +++++++-- ovn/utilities/ovn-nbctl.c | 301 +++++++++++++++++++++++++++++++++++------- tests/daemon.at | 4 +- tests/ovn-nbctl.at | 246 ++++++++++++---------------------- 11 files changed, 567 insertions(+), 247 deletions(-)
_______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
