datapath: Add support for VXLAN tunnels to Open vSwitch
[sliver-openvswitch.git] / NEWS
diff --git a/NEWS b/NEWS
index 0372965..d81126e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 post-v1.9.0
 --------------------
+    - New support for the VXLAN tunnel protocol (see the IETF draft here:
+      http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02).
 
 
 v1.9.0 - xx xxx xxxx
@@ -7,7 +9,9 @@ v1.9.0 - xx xxx xxxx
     - The tunneling code no longer assumes input and output keys are symmetric.
       If they are not, PMTUD needs to be disabled for tunneling to work. Note
       this only applies to flow-based keys.
-    - Datapath: Support for ipv6 set action.
+    - Datapath:
+      - Support for ipv6 set action.
+      - SKB mark matching and setting.
     - FreeBSD is now a supported platform, thanks to code contributions from
       Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
     - ovs-bugtool: New --ovs option to report only OVS related information.
@@ -66,6 +70,7 @@ v1.9.0 - xx xxx xxxx
     - The data in the RARP packets can now be matched in the same way as the
       data in ARP packets.
 
+
 v1.8.0 - xx xxx xxxx
 ------------------------
     - New FAQ.  Please send updates and additions!