[ovs-dev] [PATCH] ovsdb-server: Document monitor_cond_change behavior for unmentioned tables.

Ben Pfaff blp at ovn.org
Fri Dec 8 20:53:13 UTC 2017


It seems best to be explicit about this.

Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 ovsdb/ovsdb-server.1.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ovsdb/ovsdb-server.1.in b/ovsdb/ovsdb-server.1.in
index cf3884ccc294..f1c6466ccb75 100644
--- a/ovsdb/ovsdb-server.1.in
+++ b/ovsdb/ovsdb-server.1.in
@@ -512,7 +512,8 @@ is the requested value for this session. This value is valid only after
 "monitor_cond_change" is committed. A user can use these values to distinguish
 between update messages before conditions update and after. The
 <monitor-cond-update-requests> object maps the name of the table to an array of
-<monitor-cond-update-request>.
+<monitor-cond-update-request>.  Monitored tables not included in
+<monitor-cond-update-requests> retain their current conditions.
 .
 .IP
 Each <monitor-cond-update-request> is an object with the following members:
-- 
2.10.2



More information about the dev mailing list