mwan3: remove duplicated global enable check
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
f54c2f3157
commit
a49d609635
1 changed files with 0 additions and 7 deletions
|
@ -61,12 +61,6 @@ ifup()
|
|||
echo "Too many arguments. Usage: mwan3 ifup <interface>" && exit 0
|
||||
fi
|
||||
|
||||
config_get_bool enabled globals 'enabled' 0
|
||||
[ ${enabled} -gt 0 ] || {
|
||||
echo "Warning: mwan3 is global disabled. Usage: /etc/init.d/mwan3 start"
|
||||
exit 0
|
||||
}
|
||||
|
||||
status=$(ubus -S call network.interface.$1 status)
|
||||
[ -n "$status" ] && {
|
||||
json_load $status
|
||||
|
@ -75,7 +69,6 @@ ifup()
|
|||
|
||||
config_get enabled "$1" enabled 0
|
||||
|
||||
|
||||
if [ "$up" = "1" ] \
|
||||
&& [ -n "$l3_device" ] \
|
||||
&& [ "$enabled" = "1" ]; then
|
||||
|
|
Loading…
Reference in a new issue