diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2019-11-14 06:18:24 +0000 |
---|---|---|
committer | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2019-11-14 06:18:24 +0000 |
commit | 74a3127d8b2c7fdfb7692334acf3ce6594e5a508 (patch) | |
tree | 5bb6efaf8af970333515bc3957dbfda38d985351 /rc.inet1.conf | |
parent | b60bfb27a37211c62548bc7cc7dcc16f63271c11 (diff) | |
download | slacknetsetup-74a3127d8b2c7fdfb7692334acf3ce6594e5a508.tar.xz |
Update documentation. Default BONDMODE to balance-rr. Update rc.inet1.conf.
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r-- | rc.inet1.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf index 8ac6c8d..af8a091 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -69,7 +69,18 @@ GATEWAY6="" # ============================================================================= # Example of how to configure a bond (link aggrigation) interface. - +# Note the addition of the BONDNICS and BONDMODE parameters. +# BONDNICS is a space delimited list of interfaces to add to this bond. The +# interfaces will be brought up and configured while bringing up the interface, +# so do not need to be previously defined in rc.inet1.conf. +# BONDMODE sets the bonding mode for this interface. If not specified when +# BONDNICS has been used, the default is 'balance-rr'. +# The IFOPTS[x] option should always include the 'miimon' option when +# configuring bonding - not using this option will result in network +# degradation. In 'active-backup' mode, the 'primary' option should also be +# supplied. When using '802.3ad mode', set "lacp_rate fast" for faster +# recovery from an interface failure. In other modes, the 'xmit_hash_policy' +# should be set. #IFNAME[0]="bond0" #BONDNICS[0]="eth0 eth1" #BONDMODE[0]="balance-rr" |