protocols: allow MTU sizes up to 9200 bytes (!OpenWrt ticket !#13492)
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 May 2013 11:33:18 +0000 (11:33 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 May 2013 11:33:18 +0000 (11:33 +0000)
protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua
protocols/core/luasrc/model/cbi/admin_network/proto_static.lua
protocols/ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua
protocols/ipv6/luasrc/model/cbi/admin_network/proto_6rd.lua
protocols/ipv6/luasrc/model/cbi/admin_network/proto_6to4.lua
protocols/ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua
protocols/ppp/luasrc/model/cbi/admin_network/proto_l2tp.lua
protocols/ppp/luasrc/model/cbi/admin_network/proto_ppp.lua
protocols/ppp/luasrc/model/cbi/admin_network/proto_pppoa.lua
protocols/ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua
protocols/ppp/luasrc/model/cbi/admin_network/proto_pptp.lua

index 19d177ef114a6b1acb4c7937dec7f93ea8c7adf8..fe3fec6fa12b998b4e14055d03ce8002f59d3e1e 100644 (file)
@@ -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)"
index e700f47fbb9c1297e588bcfecf5582f28b432a44..25e9b3af3b7fa398862e31cd86e9ffb91867ba7f 100644 (file)
@@ -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",
index 0b1f31ce78d57eb5c630afbcaa1d326abd03b147..b4cba5887a07b9e92eea5d7775d1eacfd28fc1ff 100644 (file)
@@ -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)"
index a4b50efa2721703834153e3d2cb4b12e28572d97..3835561dd7dba8c23658e8b6029814b176f0d100 100644 (file)
@@ -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)"
index d9d7b01a942df757fa2b6157ecebd4cd2340d8be..c0cb95b2ba3f638480c7cb45935ca8f1aec4d86f 100644 (file)
@@ -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)"
index 3c672061d922a131e20e558c84834f98b1e929b2..51f17878d7813da9455941d7ddaa55ff012c31fe 100644 (file)
@@ -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)"
index f5de45d6a494daa696a27f49a5ec5592940dc87e..c1dd56e12621b8362c878bff21525ff3ecf73c2b 100644 (file)
@@ -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)"
index 00760b95b68d3d547f688d193d3ca63eeb83759a..659e733a79a0ff76e964fcd02119ecb54362a031 100644 (file)
@@ -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)"
index 5d4c84dee5df6c5324054262f1ee284bc5894452..c32e2828d79489a61e585c8ece051cf915c6889c 100644 (file)
@@ -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)"
index 4f19ac3fba87ebfdc7214821e37bfd83b4c0a5de..ec258a528259dbd1b2aa519a10e1012d25cbbad1 100644 (file)
@@ -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)"
index 0a2ee8eb1b3383c229e33769dc4178cb0e9477ee..ea9858e7de878c599d6ccd5749c75ba4f5383214 100644 (file)
@@ -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)"