On Mon, Jul 18, 2016 at 11:45:55AM +0300, Liran Schour wrote: > 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 <lir...@il.ibm.com> > --- > NEWS | 3 +- > lib/ovsdb-idl.c | 28 +++--- > ovsdb/jsonrpc-server.c | 14 +-- > ovsdb/jsonrpc-server.h | 2 +- > ovsdb/ovsdb-client.1.in | 37 ++++--- > ovsdb/ovsdb-client.c | 98 +++++++++++++++---- > ovsdb/ovsdb-server.c | 20 ++-- > tests/ovs-vswitchd.at | 8 +- > tests/ovsdb-idl.at | 10 +- > tests/ovsdb-monitor.at | 251 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 10 files changed, 391 insertions(+), 80 deletions(-) > > diff --git a/NEWS b/NEWS > index 6496dc1..d131bec 100644 > --- a/NEWS > +++ b/NEWS > @@ -1,7 +1,8 @@ > Post-v2.5.0 > --------------------- > - ovsdb-server: > - * New "monitor2" and "update2" extensions to RFC 7047. > + * New "monitor_cond" "monitor_cond_update" and "update2" extensions to > + RFC 7047.
I adjusted the indentation of the second line here. Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev