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 a4b50ef..3835561 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)"