[ovs-dev] [PATCH monitor_cond V9 07/12] ovsdb-client: support monitor-cond method

Ben Pfaff blp at ovn.org
Mon Jul 18 21:50:30 UTC 2016


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 <lirans at 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.



More information about the dev mailing list