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