ovsdb: enable jsonrpc-server to service "monitor_cond_change" request
authorLiran Schour <lirans@il.ibm.com>
Mon, 18 Jul 2016 08:45:53 +0000 (11:45 +0300)
committerBen Pfaff <blp@ovn.org>
Tue, 19 Jul 2016 05:58:44 +0000 (22:58 -0700)
commit845a1187073a7ee1ead82ba0391f834e39124a5d
treeb2287cb3727a795557b39abfc4e120a015852349
parent71cdf7cd1f6cf4e318083ee7a764b83fbfa66dfd
ovsdb: enable jsonrpc-server to service "monitor_cond_change" request

ovsdb-server now accepts "monitor_cond_change" request. After conditions change
we compose update notification according to the current state of the
database without using a change list before sending reply to the monitor_cond_change
request.
Sees ovsdb-server (1) man page for details of monitor_cond_change.

Signed-off-by: Liran Schour <lirans@il.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovsdb/jsonrpc-server.c
ovsdb/monitor.c
ovsdb/monitor.h
ovsdb/ovsdb-server.1.in