X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=53c2650d17246bc8506a06d9b7995a27a14cb920;hb=6333182946ffd368eb7623d7408185a521058b46;hp=923d1be674c7313ab5994a036112ee5ed662f173;hpb=27dcaa1ac8a4ac072ca7590c409c93c6ba9376ad;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 923d1be67..53c2650d1 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -597,6 +597,16 @@ the bond to another in an attempt to keep usage of each interface roughly equal. The default is 10000 (10 seconds), and the minimum is 1000 (1 second). +
bond-detect-mode
+
Sets the method used to detect link failures in a bonded port. + Options are carrier and miimon. Defaults + to carrier which uses each interface's carrier to detect + failures. When set to miimon, will check for failures + by polling each interface's MII.
+
bond-miimon-interval
+
The number of milliseconds between successive attempts to + poll each interface's MII. Only relevant on ports which use + miimon to detect failures.