diff --git a/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua b/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua index a39f1bdcb..814376424 100644 --- a/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua +++ b/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua @@ -640,7 +640,7 @@ function interfaces_status() connectivity = "WARNING" end end - else + elseif gateway == "" then gw_ping = "DOWN" connectivity = "ERROR" end