X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=NEWS;h=34998380426f670879d4b7bc0746143997c1184f;hb=1b3da8198041e21ddd6c9a317938dbaa97dc0299;hp=042810a1b566ea663f911ce266426241e003f610;hpb=8fedda413c44c4021e6df910b6a42751e43c6c9c;p=cascardo%2Fovs.git diff --git a/NEWS b/NEWS index 042810a1b..349983804 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ -v1.11.0 - xx xxx xxxx +v1.11.1 - 18 Sep 2013 --------------------- + - Bug fixes + +v1.11.0 - 28 Aug 2013 +--------------------- + - Support for megaflows, which allows wildcarding in the kernel (and + any dpif implementation that supports wildcards). Depending on + the flow table and switch configuration, flow set up rates are + close to the Linux bridge. - The "tutorial" directory contains a new tutorial for some advanced Open vSwitch features. - Stable bond mode has been removed. @@ -12,15 +20,22 @@ v1.11.0 - xx xxx xxxx 1.1 and later are now implemented. * New "stack" extension for use in actions, to push and pop from NXM fields. + * The "load" and "set_field" actions can now modify the "in_port". (This + allows one to enable output to a flow's input port by setting the + in_port to some unused value, such as OFPP_NONE.) - ovs-dpctl: * New debugging commands "add-flow", "mod-flow", "del-flow". + - In dpif-based bridges, cache action translations, which can improve + flow set up performance by 80% with a complicated flow table. - New syslog format, prefixed with "ovs|", to be easier to filter. - RHEL: Removes the default firewall rule that allowed GRE traffic to pass through. Any users that relied on this automatic firewall hole will have to manually configure it. The ovs-ctl(8) manpage documents the "enable-protocol" command that can be used as an alternative. + - New CFM demand mode which uses data traffic to indicate interface + liveness. -v1.10.0 - xx xxx xxxx +v1.10.0 - 01 May 2013 --------------------- - Bridge compatibility support has been removed. Any uses that rely on ovs-brcompatd will have to stick with Open vSwitch 1.9.x