Move mtu_fix to the right place (fixes #94)

This commit is contained in:
Steven Barth 2009-11-29 13:45:56 +00:00
parent 87491bf031
commit 2aa4534db4
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@ s.anonymous = true
iface = s:option(ListValue, "src", translate("Source"))
oface = s:option(ListValue, "dest", translate("Destination"))
s:option(Flag, "mtu_fix", translate("MSS Clamping"))
luci.model.uci.cursor():foreach("firewall", "zone",
function (section)

View File

@ -65,6 +65,7 @@ for i, v in ipairs(p) do
end
s:option(Flag, "masq")
s:option(Flag, "mtu_fix", translate("MSS Clamping"))
net = s:option(MultiValue, "network")
net.template = "cbi/network_netlist"