Here's a second version of the multiple databases support.
I committed the first five patches from the first 6-patch
series, so this is an expansion and revision of the final
patch from that series.

Ben Pfaff (3):
  ovsdb-server: Fix null pointer deref when bool "is_connected" is
    empty.
  ovsdb-server: Add --enable-dummy option for unit tests.
  ovsdb-server: Add support for multiple databases.

 ovsdb/jsonrpc-server.c  |  115 +++++++++++-------
 ovsdb/jsonrpc-server.h  |    4 +-
 ovsdb/ovsdb-server.1.in |   32 +++---
 ovsdb/ovsdb-server.c    |  299 ++++++++++++++++++++++++++++++++--------------
 ovsdb/server.c          |   28 ++++-
 ovsdb/server.h          |   13 ++-
 ovsdb/trigger.c         |    9 +-
 ovsdb/trigger.h         |    8 +-
 tests/ovsdb-server.at   |   61 ++++++++---
 tests/test-ovsdb.c      |    8 +-
 utilities/ovs-ctl.8     |    6 +
 utilities/ovs-ctl.in    |   17 +++-
 12 files changed, 414 insertions(+), 186 deletions(-)

-- 
1.7.2.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to