X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=NEWS;h=d7332f89f3bd6d4b259ea1acbd4c21a97fed865e;hb=6b8558f867edc8a9e1e2e2bd4f052a57caf5e863;hp=f0ee4806b2288cf39856122050f4a68cae30f6ed;hpb=2a9537e2ab6c36c16e306974df5e1e5658cc7258;p=openvswitch diff --git a/NEWS b/NEWS index f0ee4806..d7332f89 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,27 @@ -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). + + +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