Add read-only connection support for "remote=db:" connection type to ovsdb-server.
Implement connection table with read-only attribute in southbound db. Lance Richardson (2): ovsdb: implement read-only remote connection type ovn-southbound: implement read-only connection support ovn/ovn-sb.ovsschema | 37 ++++++- ovn/ovn-sb.xml | 245 ++++++++++++++++++++++++++++++++++++++++++++++ ovn/utilities/ovn-sbctl.c | 4 + ovsdb/jsonrpc-server.c | 7 +- ovsdb/jsonrpc-server.h | 1 + ovsdb/ovsdb-server.1.in | 2 + ovsdb/ovsdb-server.c | 15 +++ tests/ovn.at | 94 ++++++++++++++++++ tests/ovsdb-server.at | 67 +++++++++++++ 9 files changed, 467 insertions(+), 5 deletions(-) -- 2.5.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev