Fix bridge, vlan and bonding modules to work together, #174792.
This commit is contained in:
@@ -15,7 +15,7 @@ _is_bond() {
|
||||
bonding_pre_start() {
|
||||
local s= slaves=
|
||||
|
||||
eval $(_get_array "slaves_${IFACE}")
|
||||
eval $(_get_array "slaves_${IFVAR}")
|
||||
[ $# = "0" ] && return 0
|
||||
|
||||
# Load the kernel module if required
|
||||
|
||||
Reference in New Issue
Block a user