aboutsummaryrefslogtreecommitdiff
path: root/src/initscripts-network/bonding.conf.d
blob: 3092c5e95cc2d8f5563db968a46fbd7764719c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Settings for ethernet bonding
#
# For each bond interface declared in INTERFACES (in rc.conf), declare
# a bond_${IF} variable that contains the real ethernet interfaces that
# should be bonded to the bond interface with the ifenslave utility.
# Then list the bond interface name in the BOND_INTERFACES array.
#

#bond_bond0="eth0 eth1"
#BOND_INTERFACES=(bond0)