1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
Ycarus 2018-07-01 10:22:02 +02:00
parent 5c42eff2e6
commit c94244ad67

View file

@ -29,7 +29,7 @@ function wizard_add()
if sectionname:match("^wan(%d+)$") then
i = i + 1
end
if uci:get("network",sectionname,"multipath") == "master" then
if ucic:get("network",sectionname,"multipath") == "master" then
multipath_master = true
end
end)