aboutsummaryrefslogtreecommitdiff
path: root/net.Linux/bonding.sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-17 11:27:47 +0000
committerRoy Marples <roy@marples.name>2007-04-17 11:27:47 +0000
commite635e1646466d632250ac2ed9e0d3d3b86dfb4cf (patch)
tree13f3d7f4d8576120f856d7392aa4997a1a3dde84 /net.Linux/bonding.sh
parentf657d87b997f5b599d74a8f2eb6fef8dd6381550 (diff)
Fix bridge, vlan and bonding modules to work together, #174792.
Diffstat (limited to 'net.Linux/bonding.sh')
-rw-r--r--net.Linux/bonding.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/bonding.sh b/net.Linux/bonding.sh
index 36be943f..1f8b6377 100644
--- a/net.Linux/bonding.sh
+++ b/net.Linux/bonding.sh
@@ -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