If you say 'yes' here, activate network bonding
Count of bonding interfaces
Default: BONDING_N='1'
0 balance-rr :
Transmit packets in sequential order from the first available slave through
the last. This mode provides load balancing and fault tolerance.
1 active-backup :
Only one slave in the bond is active. A different slave becom active if, and
only if, the active slave fails.
2 balance-xor :
This selects the same slave for each destination MAC address. This mode
provides load balancing and fault tolerance.
3 broadcast :
transmits everything on all slave interfaces. This mode provides fault
tolerance.
4 802.3ad :
Dynamic link aggregation. Creates aggregation groups that share the same
speed and duplex settings.
5 balance-tlb :
Adaptive transmit load balancing. Channel bonding that does not require any
special switch support.
6 balance-alb :
Adaptive load balancing. Includes balance-tlb plus receive load balancing
(rlb) for IPV4 traffic, and does not require any special switch support.
Optional IP address of the bonding interface. If empty then use IP-address
from eth0 device.
Example: BONDING_2_IPADDR='192.168.6.11'
Optional netmask of the bonding interface. If empty then use netmask from
eth0 device.
Example: BONDING_2_NETMASK='255.255.255.0'
Optional gateway address of the bonding interface. If empty then use gateway
from eth0 device.
Example: BONDING_2_GATEWAY='192.168.6.254'
Optional MAC address of the bonding interface. If empty then use mac-address
from eth0 device.
Example: BONDING_2_MAC='00:11:22:33:44:55'
Count of network devices.
Name of network device.
Example:
BONDING_1_DEV_1='eth0'
BONDING_1_DEV_2='eth1'
Specifies the frequency in milli-seconds that check the link status.
A value of zero disables MII link monitoring.
Default: BONDING_1_MIIMON='100'
Default: BONDING_1_USE_CARRIER='yes'
Value should be a multiple of MIIMON interval.
If a link has been brought up, bonding interface is disabled for up-delay
time and after this time it is enabled.
Default: BONDING_1_UPDELAY='0'
Value should be a multiple of MIIMON interval.
If a link failure has been detected, bonding interface is disabled for
down-delay time.
Default: BONDING_1_DOWNDELAY='0'
Link Aggregation Control Protocol rate specifies how often to exchange with
LACPDUs between bonding peer. Used to determine whether link is up or other
changes have occured in the network.
Default: BONDING_1_LACP_RATE='slow'
Interface is used as primary output media. If primary interface fails, only
then others slaves will be used.
This value works only with MODE: 1 (active-backup)
Default: BONDING_1_PRIMARY=''
Specifies the frequency in milli-seconds that check the link status.
Default: BONDING_1_ARP_INTERVAL='0'
Count of link test target interfaces
Default: BONDING_1_IP_TARGETS_N=''
IP target address which will be monitored if link-monitoring is set to arp.
Default: BONDING_1_IP_TARGETS_x=''