ofproto: Support port mods in bundles.
[cascardo/ovs.git] / NEWS
diff --git a/NEWS b/NEWS
index a3eeed5..90d9a29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,11 +32,12 @@ Post-v2.3.0
      commands are now redundant and will be removed in a future
      release.  See ovs-vswitchd(8) for details.
    - OpenFlow:
-     * OpenFlow 1.4 bundles are now supported, but for flow mod
-       messages only.  Both 'atomic' and 'ordered' bundle flags are
-       trivially supported, as all bundled messages are executed in
-       the order they were added and all flow table modifications are
-       now atomic to the datapath.
+     * OpenFlow 1.4 bundles are now supported for flow mods and port
+       mods.  For flow mods, both 'atomic' and 'ordered' bundle flags
+       are trivially supported, as all bundled messages are executed
+       in the order they were added and all flow table modifications
+       are now atomic to the datapath.  Port mods may not appear in
+       atomic bundles, as port status modifications are not atomic.
      * IPv6 flow label and neighbor discovery fields are now modifiable.
      * OpenFlow 1.5 extended registers are now supported.
      * The OpenFlow 1.5 actset_output field is now supported.