X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=d04db2504f37e6f2bb670e35f74ca07158e7b35e;hb=dc074beb57affa10df03b697f12f5bf1c68b01f7;hp=30077c02036c194101664173d38de725bb607a47;hpb=e3432ee978b4fd740aa4db785742a28a573e2cde;p=openvswitch diff --git a/NEWS b/NEWS index 30077c02..d04db250 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ -post-v1.8.0 ------------------------- +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. - 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. @@ -9,6 +12,7 @@ post-v1.8.0 - OpenFlow: - Allow bitwise masking for SHA and THA fields in ARP, SLL and TLL fields in IPv6 neighbor discovery messages, and IPv6 flow label. + - Adds support for writing to the metadata field for a flow. - ovs-ofctl: - Commands and actions that accept port numbers now also accept keywords that represent those ports (such as LOCAL, NONE, and ALL). This is