ovsdb-server: Add and remove databases during run time.
authorBen Pfaff <blp@nicira.com>
Thu, 27 Jun 2013 17:27:57 +0000 (10:27 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jun 2013 17:46:12 +0000 (10:46 -0700)
commit0a3b723b8ffcfb44224ce591466524dba4914d40
tree4253f639b286ac39a472a739488d7e693b60fbbc
parente3b5693319c461a5909507b9ede57db326c07df2
ovsdb-server: Add and remove databases during run time.

The commit allows a user to add a database file to a
ovsdb-server during run time. One can also remove a
database file from ovsdb-server's control.

Feature #14595.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Co-authored-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ovsdb/jsonrpc-server.c
ovsdb/jsonrpc-server.h
ovsdb/ovsdb-server.1.in
ovsdb/ovsdb-server.c
ovsdb/server.c
ovsdb/server.h
tests/ovsdb-server.at