diff --git a/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua b/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua index 58a48808c..d8162cf62 100644 --- a/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua +++ b/luci-app-openmptcprouter/luasrc/controller/openmptcprouter.lua @@ -895,7 +895,7 @@ function interfaces_status() duplicateif = false if ifname ~= "" and ifname ~= nil then if allintf[ifname] then - connectivity = "ERROR" + --connectivity = "ERROR" duplicateif = true else allintf[ifname] = true @@ -1199,4 +1199,4 @@ function set_ipv6_state(disable_ipv6) -- luci.sys.exec("/etc/init.d/odhcpd start >/dev/null 2>&1") -- luci.sys.exec("/etc/init.d/odhcpd enable >/dev/null 2>&1") --end -end \ No newline at end of file +end