summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTerry Wilson <twilson@redhat.com>2014-08-19 17:28:55 -0600
committerBen Pfaff <blp@nicira.com>2014-08-20 10:25:35 -0700
commit09e256031a62f8c3067563140d3f7cf30b0f1c85 (patch)
tree99e44e1d3e085e673c8dcffd2cad6daacd08dc7d /NEWS
parent886dd35a03e9a412630c384975d71210983b12f2 (diff)
downloadopenvswitch-09e256031a62f8c3067563140d3f7cf30b0f1c85.tar.gz
ovsdb: Allow comparison on optional scalar types
This allows things like initiating a wait request on an interface ofport being set. When the optional field is empty and operation is != or excludes then the result is true; otherwise it is false. If the field is set then the field is compared normally for its type. Signed-off-by: Terry Wilson <twilson@redhat.com> [blp@nicira.com updated ovsdb-server(1) and NEWS.] Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ea7bda86..fb39811e7 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ Post-v2.3.0
* OpenFlow 1.5 (draft) Copy-Field action is now supported.
* OpenFlow 1.3+ table features requests are now supported (read-only).
* Nicira extension "move" actions may now be included in action sets.
+ - ovsdb-server: New OVSDB protocol extension allows inequality tests on
+ "optional scalar" columns. See ovsdb-server(1) for details.
v2.3.0 - 14 Aug 2014