Fix bridge, vlan and bonding modules to work together, #174792.

This commit is contained in:
Roy Marples
2007-04-17 11:27:47 +00:00
parent f657d87b99
commit e635e16464
4 changed files with 9 additions and 3 deletions

View File

@@ -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