Move mtu_fix to the right place (fixes #94)
This commit is contained in:
parent
87491bf031
commit
2aa4534db4
@ -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)
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user