ovsdb-client: support monitor-cond method
authorLiran Schour <lirans@il.ibm.com>
Mon, 18 Jul 2016 08:45:55 +0000 (11:45 +0300)
committerBen Pfaff <blp@ovn.org>
Tue, 19 Jul 2016 05:58:44 +0000 (22:58 -0700)
commitc383f3bf81a72856aee76b8680500539378e42d0
tree2523e2b0adc7f508f9c4ddf22d0dcab6369e23f0
parentf0d7ae1951d81a4579d732f40cafdcade1e2b587
ovsdb-client: support monitor-cond method

Add monitor_cond method to ovsdb-client. Enable testing of monitor_cond_change
via unixctl command.Add unit tests for monitor_cond and monitor_cond_change.
See ovsdb-client(1) man page for details.
Replace monitor2 with monitor_cond.

Signed-off-by: Liran Schour <lirans@il.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
NEWS
lib/ovsdb-idl.c
ovsdb/jsonrpc-server.c
ovsdb/jsonrpc-server.h
ovsdb/ovsdb-client.1.in
ovsdb/ovsdb-client.c
ovsdb/ovsdb-server.c
tests/ovs-vswitchd.at
tests/ovsdb-idl.at
tests/ovsdb-monitor.at