mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
13 lines
367 B
D
13 lines
367 B
D
#
|
|
# 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)
|
|
|