Fixes bug #332383. Thanks Lutz Heermann.

This commit is contained in:
Anthony G. Basile 2010-08-13 17:42:23 -04:00
parent 6e3b3bfc53
commit 89829f6d7c

View File

@ -132,6 +132,12 @@ bonding_stop()
done
)
_down
if [ -d /sys/class/net ]; then
echo "-${IFACE}" > /sys/class/net/bonding_masters
fi
eend 0
return 0
}