diff options
Diffstat (limited to 'net.Linux/bonding.sh')
-rw-r--r-- | net.Linux/bonding.sh | 2 |
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 |