nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.
[sliver-openvswitch.git] / NEWS
diff --git a/NEWS b/NEWS
index 37ed296..2353278 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,20 @@
-post-v1.9.0
---------------------
+post-v1.10.0
+---------------------
+    - Stable bond mode has been removed.
+    - The autopath action has been removed.
+    - CAPWAP tunneling support removed.
+    - New support for the data encapsulation format of the LISP tunnel
+      protocol (RFC 6830).  An external control plane or manual flow
+      setup is required for EID-to-RLOC mapping.
+    - OpenFlow:
+      * The "dec_mpls_ttl" and "set_mpls_ttl" actions from OpenFlow
+        1.1 and later are now implemented.
+      * New "stack" extension for use in actions, to push and pop from
+        NXM fields.
+
+
+v1.10.0 - xx xxx xxxx
+---------------------
     - Bridge compatibility support has been removed.  Any uses that
       rely on ovs-brcompatd will have to stick with Open vSwitch 1.9.x
       or adapt to native Open vSwitch support (e.g. use ovs-vsctl instead
@@ -21,7 +36,7 @@ post-v1.9.0
         "ofport_request" column in the Interface table.
     - Tunneling:
       - New support for the VXLAN tunnel protocol (see the IETF draft here:
-        http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02).
+        http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03).
       - Tunneling requires the version of the kernel module paired with
         Open vSwitch 1.9.0 or later.
       - Inheritance of the Don't Fragment bit in IP tunnels (df_inherit)