X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=NEWS;h=96c86c421e9da6348ecbd220844bb0a0af38e118;hb=a39edbd4a409ad14b79c2205e340c07185785b92;hp=675e4c4fa94bbc968693a35af3bf9ec30141ad1a;hpb=e729e7935e5c77eae1ca4a8040d05626f61cf9a2;p=openvswitch diff --git a/NEWS b/NEWS index 675e4c4f..96c86c42 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,37 @@ -port-v1.4.0 +post-v1.5.0 +------------------------ + - bonding + - LACP bonds no longer fall back to balance-slb when negotiations fail. + Instead they drop traffic. + - The default bond_mode changed from SLB to active-backup, to protect + unsuspecting users from the significant risks of SLB bonds (which are + documented in vswitchd/INTERNALS). + - Load balancing can be disabled by setting the bond-rebalance-interval + to zero. + - Logging to console and file will have UTC timestamp as a default for all + the daemons. An example of the default format is 2012-01-27T16:35:17Z. + ovs-appctl can be used to change the default format as before. + + +v1.5.0 - xx xxx xxxx ------------------------ - OpenFlow: - Added support for querying, modifying, and deleting flows based on flow cookie when using NXM. + - Added new NXM_PACKET_IN format. + - Added new NXAST_DEC_TTL action. + - ovs-ofctl: + - Added daemonization support to the monitor and snoop commands. + - ovs-vsctl: + - The "find" command supports new set relational operators + {=}, {!=}, {<}, {>}, {<=}, and {>=}. + - ovsdb-tool now uses the typical database and schema installation + directories as defaults. -v1.4.0 - xx xxx xxxx +v1.4.0 - 30 Jan 2012 ------------------------ + - Compatible with Open vSwitch kernel module included in Linux 3.3. - New "VLAN splinters" feature to work around buggy device drivers in old Linux versions. (This feature is deprecated. When broken device drivers are no longer in widespread use, we will