From 1c1440518a878c0897d17cb1ebbc95466715d316 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 14 Aug 2012 13:25:32 -0700 Subject: [PATCH] vswitch.xml: Generalize "carrier" to cover miimon also. I believe that saying "carrier" here excludes the miimon case, which we'd like to include also. Signed-off-by: Ben Pfaff --- vswitchd/vswitch.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 4a0225c5c..ebbfba806 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -896,7 +896,7 @@

- The number of milliseconds for which carrier must stay up on an + The number of milliseconds for which the link must stay up on an interface before the interface is considered to be up. Specify 0 to enable the interface immediately.

@@ -909,7 +909,7 @@
- The number of milliseconds for which carrier must stay down on an + The number of milliseconds for which the link must stay down on an interface before the interface is considered to be down. Specify 0 to disable the interface immediately. @@ -976,7 +976,7 @@ successive attempts to rebalance the bond, that is, to move flows from one interface on the bond to another in an attempt to keep usage of each interface roughly equal. If zero, load balancing is disabled - on the bond (carrier status changes still cause flows to move). If + on the bond (link failure still cause flows to move). If less than 1000ms, the rebalance interval will be 1000ms. -- 2.43.0