Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121732
b: refs/heads/master
c: fd989c8
h: refs/heads/master
v: v3
  • Loading branch information
Jay Vosburgh authored and Jeff Garzik committed Nov 6, 2008
1 parent 98f7f3c commit a31092c
Show file tree
Hide file tree
Showing 7 changed files with 334 additions and 130 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6146b1a4da98377e4abddc91ba5856bef8f23f1e
refs/heads/master: fd989c83325cb34795bc4d4aa6b13c06f90eac99
42 changes: 42 additions & 0 deletions trunk/Documentation/networking/bonding.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,48 @@ or, for backwards compatibility, the option value. E.g.,

The parameters are as follows:

ad_select

Specifies the 802.3ad aggregation selection logic to use. The
possible values and their effects are:

stable or 0

The active aggregator is chosen by largest aggregate
bandwidth.

Reselection of the active aggregator occurs only when all
slaves of the active aggregator are down or the active
aggregator has no slaves.

This is the default value.

bandwidth or 1

The active aggregator is chosen by largest aggregate
bandwidth. Reselection occurs if:

- A slave is added to or removed from the bond

- Any slave's link state changes

- Any slave's 802.3ad association state changes

- The bond's adminstrative state changes to up

count or 2

The active aggregator is chosen by the largest number of
ports (slaves). Reselection occurs as described under the
"bandwidth" setting, above.

The bandwidth and count selection policies permit failover of
802.3ad aggregations when partial failure of the active aggregator
occurs. This keeps the aggregator with the highest availability
(either in bandwidth or in number of ports) active at all times.

This option was added in bonding version 3.4.0.

arp_interval

Specifies the ARP link monitoring frequency in milliseconds.
Expand Down
Loading

0 comments on commit a31092c

Please sign in to comment.