From: Ben Pfaff Date: Fri, 8 Mar 2013 18:54:13 +0000 (-0800) Subject: NEWS: Fix release for table ID in NXM flow_removed feature. X-Git-Tag: sliver-openvswitch-1.10.90-1~10^2~86 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c9accf5b5eb2e130c73bd097ee8fd08732032555;hp=745bfd5e16e7cfb9d172ee9d8e9181f854352acd;p=sliver-openvswitch.git NEWS: Fix release for table ID in NXM flow_removed feature. I forgot that I was planning to backport this to branch-1.10. Signed-off-by: Ben Pfaff --- diff --git a/NEWS b/NEWS index 90c01a695..b6800bc6a 100644 --- 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).