summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-07-13 16:50:33 -0700
committerBen Pfaff <blp@ovn.org>2016-07-14 09:15:29 -0700
commit4b684612d9009c20ace820d48ba772fa00975d87 (patch)
treec84d72ace28075a1fe08cabb7024721ed4f92601 /NEWS
parent0f2aaee939fb9d10c6d985687edb20c8847f9143 (diff)
downloadopenvswitch-4b684612d9009c20ace820d48ba772fa00975d87.tar.gz
ofp-actions: Translate mod_nw_ecn action to OF1.1 properly.
Also, translate OF1.2+ "set_field" on OXM_OF_IP_ECN properly to OF1.1 "mod_nw_ecn". Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Jarno Rajahalme <jarno@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3c206f760..15fa16595 100644
--- a/NEWS
+++ b/NEWS
@@ -19,8 +19,11 @@ Post-v2.5.0
packet to size M bytes when outputting to port N.
* New command OFPGC_ADD_OR_MOD for OFPT_GROUP_MOD message that adds a
new group or modifies an existing groups
+ - Improved OpenFlow version compatibility for actions:
* New OpenFlow extension to support the "group" action in OpenFlow 1.0.
* OpenFlow 1.0 "enqueue" action now properly translated to OpenFlow 1.1+.
+ * OpenFlow 1.1 "mod_nw_ecn" action now properly translated to
+ OpenFlow 1.0.
- ovs-ofctl:
* queue-get-config command now allows a queue ID to be specified.
* '--bundle' option can now be used with OpenFlow 1.3.