NEWS: Fix release for table ID in NXM flow_removed feature.
authorBen Pfaff <blp@nicira.com>
Fri, 8 Mar 2013 18:54:13 +0000 (10:54 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 8 Mar 2013 18:54:13 +0000 (10:54 -0800)
I forgot that I was planning to backport this to branch-1.10.

Signed-off-by: Ben Pfaff <blp@nicira.com>
NEWS

diff --git a/NEWS b/NEWS
index 90c01a6..b6800bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,6 @@ post-v1.10.0
         1.1 and later are now implemented.
       * New "stack" extension for use in actions, to push and pop from
         NXM fields.
-      * The NXM flow_removed message now reports the OpenFlow table ID
-        from which the flow was removed.
 
 
 v1.10.0 - xx xxx xxxx
@@ -36,6 +34,8 @@ v1.10.0 - xx xxx xxxx
         value of other-config:dp-desc in the Bridge table.
       - It is possible to request the OpenFlow port number with the
         "ofport_request" column in the Interface table.
+      - The NXM flow_removed message now reports the OpenFlow table ID
+        from which the flow was removed.
     - Tunneling:
       - New support for the VXLAN tunnel protocol (see the IETF draft here:
         http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03).