luci-0.9: merge r5597

This commit is contained in:
Jo-Philipp Wich 2010-03-08 02:34:12 +00:00
parent 42a09cdd1e
commit a88531779f
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,6 @@ s.anonymous = true
iface = s:option(ListValue, "src", translate("fw_src"))
oface = s:option(ListValue, "dest", translate("fw_dest"))
s:option(Flag, "mtu_fix", translate("fw_mtufix"))
luci.model.uci.cursor():foreach("firewall", "zone",
function (section)
@ -79,4 +78,4 @@ end
s:option(DummyValue, "target")
return m
return m

View file

@ -58,6 +58,7 @@ for i, v in ipairs(p) do
end
s:option(Flag, "masq")
s:option(Flag, "mtu_fix", translate("fw_mtufix"))
net = s:option(MultiValue, "network")
net.widget = "select"