X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=e07dac8a4f50b7a4c89765bcc029b516d2134a91;hb=a8643e447601201aabd1159966bd716e48378f97;hp=b2360cfa18fd52521e566e017fcdbcdcbfaba460;hpb=1280bf0e51e963dd3de6ee1e530bd4d7ce376591;p=sliver-openvswitch.git diff --git a/NEWS b/NEWS index b2360cfa1..e07dac8a4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ post-v1.9.0 -------------------- + - The maximum size of the MAC learning table is now configurable. + - New support for the VXLAN tunnel protocol (see the IETF draft here: + http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02). + - New "vlog/disable-rate-limit" and "vlog/enable-rate-limit" commands + available through ovs-appctl allow control over logging rate limits. + - The OpenFlow "dp_desc" may now be configured by setting the value of + other-config:dp-desc in the Bridge table. v1.9.0 - xx xxx xxxx @@ -7,6 +14,10 @@ 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. + - support for Linux kernels up to 3.7 - 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. @@ -52,9 +63,11 @@ 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. + - Bridge compatibility. - Stable bond mode. - The autopath action. - Interface type "null". @@ -64,6 +77,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!