X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=bb80bebfe5984ef742360ad7faaf791180c65c7a;hb=refs%2Fheads%2Fmanual;hp=dd2ab1e607e88e337b15df3c15c8bc10d3c6e0be;hpb=8087f5ff825cae3a699e5a60ca6dd0deb10fc8e5;p=openvswitch diff --git a/NEWS b/NEWS index dd2ab1e6..bb80bebf 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,15 @@ post-v1.9.0 -------------------- - - The data in the RARP packets can now be matched in the same way as the - data in ARP packets. + 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. + - 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. @@ -53,6 +55,7 @@ v1.9.0 - xx xxx xxxx commands will now return information on that shared datapath. To get the equivalent bridge-specific information, use the new "ovs-appctl dpif/*" commands. + - Tunnel header caching removed. - The following features are now deprecated. They will be removed no earlier than February 2013. Please email dev@openvswitch.org with concerns. @@ -61,7 +64,9 @@ v1.9.0 - xx xxx xxxx - Interface type "null". - Numeric values for reserved ports (see "ovs-ofctl" note above). - Tunnel Path MTU Discovery. - + - CAPWAP tunnel support. + - 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 ------------------------