diff options
| -rw-r--r-- | Documentation/networking/bonding.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt index 91df678fb7f8..080ad26690ae 100644 --- a/Documentation/networking/bonding.txt +++ b/Documentation/networking/bonding.txt | |||
| @@ -196,6 +196,23 @@ or, for backwards compatibility, the option value. E.g., | |||
| 196 | 196 | ||
| 197 | The parameters are as follows: | 197 | The parameters are as follows: |
| 198 | 198 | ||
| 199 | active_slave | ||
| 200 | |||
| 201 | Specifies the new active slave for modes that support it | ||
| 202 | (active-backup, balance-alb and balance-tlb). Possible values | ||
| 203 | are the name of any currently enslaved interface, or an empty | ||
| 204 | string. If a name is given, the slave and its link must be up in order | ||
| 205 | to be selected as the new active slave. If an empty string is | ||
| 206 | specified, the current active slave is cleared, and a new active | ||
| 207 | slave is selected automatically. | ||
| 208 | |||
| 209 | Note that this is only available through the sysfs interface. No module | ||
| 210 | parameter by this name exists. | ||
| 211 | |||
| 212 | The normal value of this option is the name of the currently | ||
| 213 | active slave, or the empty string if there is no active slave or | ||
| 214 | the current mode does not use an active slave. | ||
| 215 | |||
| 199 | ad_select | 216 | ad_select |
| 200 | 217 | ||
| 201 | Specifies the 802.3ad aggregation selection logic to use. The | 218 | Specifies the 802.3ad aggregation selection logic to use. The |
