protocols: allow MTU sizes up to 9200 bytes (!OpenWrt ticket !#13492)
This commit is contained in:
parent
79f8e6cf24
commit
7734ac7584
11 changed files with 11 additions and 11 deletions
|
@ -73,4 +73,4 @@ luci.tools.proto.opt_macaddr(section, ifc, translate("Override MAC address"))
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
|
||||
mtu.placeholder = "1500"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
|
|
@ -76,7 +76,7 @@ luci.tools.proto.opt_macaddr(section, ifc, translate("Override MAC address"))
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
|
||||
mtu.placeholder = "1500"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
||||
|
||||
metric = section:taboption("advanced", Value, "metric",
|
||||
|
|
|
@ -99,4 +99,4 @@ ttl.datatype = "range(1,255)"
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Use MTU on tunnel interface"))
|
||||
mtu.placeholder = "1280"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
|
|
@ -78,4 +78,4 @@ ttl.datatype = "range(1,255)"
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Use MTU on tunnel interface"))
|
||||
mtu.placeholder = "1280"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
|
|
@ -43,4 +43,4 @@ ttl.datatype = "range(1,255)"
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Use MTU on tunnel interface"))
|
||||
mtu.placeholder = "1280"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
|
|
@ -64,4 +64,4 @@ luci.tools.proto.opt_macaddr(section, ifc, translate("Override MAC address"))
|
|||
|
||||
o = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
|
||||
o.placeholder = "1500"
|
||||
o.datatype = "max(1500)"
|
||||
o.datatype = "max(9200)"
|
||||
|
|
|
@ -66,4 +66,4 @@ dns.cast = "string"
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
|
||||
mtu.placeholder = "1500"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
|
|
@ -133,4 +133,4 @@ demand.datatype = "uinteger"
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
|
||||
mtu.placeholder = "1500"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
|
|
@ -139,4 +139,4 @@ demand.datatype = "uinteger"
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
|
||||
mtu.placeholder = "1500"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
|
|
@ -133,4 +133,4 @@ demand.datatype = "uinteger"
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
|
||||
mtu.placeholder = "1500"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
|
|
@ -113,4 +113,4 @@ demand.datatype = "uinteger"
|
|||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
|
||||
mtu.placeholder = "1500"
|
||||
mtu.datatype = "max(1500)"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
|
Loading…
Reference in a new issue