mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
add a check for brctl in the unbridge() function (fixes #1417)
SVN-Revision: 6410
This commit is contained in:
parent
90a57bbefb
commit
c1ab24d04a
@ -196,6 +196,7 @@ 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…
x
Reference in New Issue
Block a user