diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-01-26 20:47:46 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-01-26 20:47:46 +0100 |
commit | 5d441dd376ba0850f82d0927d798bbb60f70bda4 (patch) | |
tree | a39ff842a3d6391a75f1932768fae08686ca03e1 /net/bonding.sh | |
parent | 44019f6542885fd684c5113c7a5c06308a51102a (diff) |
Whitespace
Diffstat (limited to 'net/bonding.sh')
-rw-r--r-- | net/bonding.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bonding.sh b/net/bonding.sh index 21c00e36..7097a4dd 100644 --- a/net/bonding.sh +++ b/net/bonding.sh @@ -105,7 +105,7 @@ bonding_pre_start() local oiface oiface=$IFACE if [ -n "${primary}" ]; then - IFACE=$primary + IFACE=$primary _down IFACE=$oiface echo "+${primary}" >$sys_bonding_path/slaves @@ -114,7 +114,7 @@ bonding_pre_start() for s in ${slaves}; do [ "${s}" = "${primary}" ] && continue if ! grep -q ${s} $sys_bonding_path/slaves; then - IFACE=$s + IFACE=$s _down IFACE=$oiface echo "+${s}" >$sys_bonding_path/slaves |