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.

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(-)

-- 
2.16.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to