X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=4288ee6b37f50715b1449a4d1526165534f975cf;hb=5b95ab0edf18e44d6624c8aa98b658df2fbb48f2;hp=214864682e6d679cd31c8443b778a53b40ea6e1a;hpb=93b8df3853659238df58b1e1e69a0c5608e208f8;p=openvswitch diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 21486468..4288ee6b 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -536,8 +536,8 @@

Attempts to always assign a given flow to the same slave consistently. In an effort to maintain stability, no load balancing is done. Uses a similar hashing strategy to - balance-tcp, falling back to balance-slb - style hashing when LACP negotiations are unsuccessful.

+ balance-tcp, always taking into account L3 and L4 + fields even if LACP negotiations are unsuccessful.

Slave selection decisions are made based on bond-stable-id if set. Otherwise, OpenFlow port number is used. Decisions are consistent across all ovs-vswitchd @@ -1293,7 +1293,9 @@ Indicates a connectivity fault triggered by an inability to receive - heartbeats from the remote endpoint. + heartbeats from the remote endpoint. When a fault is triggered on + s participating in bonds, they will be + disabled.