diff --git a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm index 63383fe40..70104adc0 100644 --- a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm +++ b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm @@ -316,8 +316,7 @@ end <% for _, iface in ipairs(net:get_networks()) do local ifname = iface:name() - --local multipath = uci:get("network",ifname,"multipath") - local multipath = uci:get("openmptcprouter",ifname,"multipath") + local multipath = uci:get("network",ifname,"multipath") local multipathvpn = uci:get("openmptcprouter",ifname,"multipathvpn") local vpn = uci:get("openmptcprouter",ifname,"vpn") if (multipath ~= nil and multipath ~= "off" and vpn ~= "1") or multipathvpn == "1" then