add a check for brctl in the unbridge() function (fixes #1417)
SVN-Revision: 6410
This commit is contained in:
parent
90a57bbefb
commit
c1ab24d04a
1 changed files with 2 additions and 1 deletions
|
@ -195,7 +195,8 @@ setup_interface() {
|
|||
unbridge() {
|
||||
local dev="$1"
|
||||
local brdev
|
||||
|
||||
|
||||
[ -x /usr/sbin/brctl ] || return 0
|
||||
brctl show | grep "$dev" >/dev/null && {
|
||||
# interface is still part of a bridge, correct that
|
||||
|
||||
|
|
Loading…
Reference in a new issue