summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLiran Schour <lirans@il.ibm.com>2016-07-18 11:45:55 +0300
committerBen Pfaff <blp@ovn.org>2016-07-18 22:58:44 -0700
commitc383f3bf81a72856aee76b8680500539378e42d0 (patch)
tree2523e2b0adc7f508f9c4ddf22d0dcab6369e23f0 /NEWS
parentf0d7ae1951d81a4579d732f40cafdcade1e2b587 (diff)
downloadopenvswitch-c383f3bf81a72856aee76b8680500539378e42d0.tar.gz
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6496dc13f..1e324dc66 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.
- OpenFlow:
* OpenFlow 1.1+ OFPT_QUEUE_GET_CONFIG_REQUEST now supports OFPP_ANY.
* OpenFlow 1.4+ OFPMP_QUEUE_DESC is now supported.