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