protocols: allow MTU sizes up to 9200 bytes (!OpenWrt ticket !#13492)
[project/luci.git] / protocols / ppp / luasrc / model / cbi / admin_network / proto_ppp.lua
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)"