Browse Source

mwan3: remove duplicated global enable check

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 6 years ago
parent
commit
a49d609635
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      net/mwan3/files/usr/sbin/mwan3

+ 0
- 7
net/mwan3/files/usr/sbin/mwan3 View File

@ -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…
Cancel
Save