[ovs-dev] [bug15983 v2 0/5] Start up more gracefully

Ben Pfaff blp at nicira.com
Wed Apr 10 23:25:36 UTC 2013


v1->v2: Don't exit with a fatal error if one "add-remote"s an invalid
remote.

Ben Pfaff (5):
  sset: New function sset_sort().
  ovsdb-server: Refactor parsing of remote names to avoid ovs_fatal().
  ovsdb-server: Add commands for adding and removing remotes at
    runtime.
  ovs-ctl: Connect to remote OVSDB managers only after ovs-vswitchd
    starts.
  bridge: Only complete daemonization after db commits initial config.

 AUTHORS                 |    1 +
 lib/sset.c              |   36 +++++++++-
 lib/sset.h              |    4 +-
 ovsdb/ovsdb-server.1.in |   28 +++++++
 ovsdb/ovsdb-server.c    |  191 ++++++++++++++++++++++++++++++++++++++--------
 tests/ovsdb-server.at   |   42 ++++++++++
 utilities/ovs-ctl.in    |   12 +++-
 vswitchd/bridge.c       |   53 +++++++++++--
 8 files changed, 321 insertions(+), 46 deletions(-)

-- 
1.7.2.5




More information about the dev mailing list