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 00760b9..659e733 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)"