X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=luci-app-bmx6%2Ffiles%2Fusr%2Flib%2Flua%2Fluci%2Fmodel%2Fcbi%2Fbmx6%2Ftunnels.lua;h=92b14fc2e85474bbd447a36bab8befbf7e5b74d7;hb=821e52f54f4175230eafedfcf353c8bb7b1bfbfc;hp=ded6bbf77e963bbf613c8557e9d1ca2454509ba8;hpb=5b57a2035f3c98c17d1acb42af3c697c6e146e1d;p=lede-routing%2F.git diff --git a/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua b/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua index ded6bbf..92b14fc 100644 --- a/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua +++ b/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua @@ -54,7 +54,7 @@ local _,o for _,o in ipairs(tunInoptions) do if o.name ~= nil and o.name ~= "network" then help = bmx6json.getHtmlHelp(o) - value = tunnelsOut:option(Value,o.name,o.name,help) + value = tunnelsIn:option(Value,o.name,o.name,help) value.optional = true end end