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