Fixes bug #332383. Thanks Lutz Heermann.
This commit is contained in:
parent
6e3b3bfc53
commit
89829f6d7c
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user