protocols: allow MTU sizes up to 9200 bytes (!OpenWrt ticket !#13492)
[project/luci.git] / protocols / ipv6 / luasrc / model / cbi / admin_network / proto_6to4.lua
index d9d7b01a942df757fa2b6157ecebd4cd2340d8be..c0cb95b2ba3f638480c7cb45935ca8f1aec4d86f 100644 (file)
@@ -43,4 +43,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)"