NEWS: Multicast snooping was introduced after, not before, version 2.3.
[cascardo/ovs.git] / NEWS
diff --git a/NEWS b/NEWS
index 40a0db0..487b510 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,9 +41,9 @@ Post-v2.3.0
    - Support for travis-ci.org based continuous integration builds has been
      added. Build failures are reported to build@openvswitch.org. See INSTALL.md
      file for additional details.
-   - Experimental support for the Rapid Spanning Tree Protocol
-     (IEEE 802.1D-2004).  More conformance and interoperability testing is
-     still needed, so this should not be enabled on production environments.
+   - Support for the Rapid Spanning Tree Protocol (IEEE 802.1D-2004).
+     The implementation has been tested successfully against the Ixia Automated
+     Network Validation Library (ANVL).
    - Stats are no longer updated on fake bond interface.
    - Keep active bond slave selection across OVS restart.
    - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker
@@ -51,6 +51,7 @@ Post-v2.3.0
      with Docker, the wrapper script will be retired.
    - Added support for DPDK Tunneling. VXLAN and GRE are supported protocols.
      This is generic tunneling mechanism for userspace datapath.
+   - Support for multicast snooping (IGMPv1 and IGMPv2)
 
 
 v2.3.0 - 14 Aug 2014
@@ -66,7 +67,6 @@ v2.3.0 - 14 Aug 2014
      packets with the larger number of masks, but when paired with an
      older kernel module, some workloads may perform worse with the
      new userspace.
-   - Support for multicast snooping (IGMPv1 and IGMPv2)
    - Compatibility with autoconf 2.63 (previously >=2.64)
 
 v2.2.0 - Internal Release