luci-proto-ipv6: set aiccu mtu option range

This commit is contained in:
Paul Oranje 2015-02-04 12:12:59 +01:00
parent 0282441f00
commit b6e5373764

View file

@ -129,6 +129,7 @@ ttl.placeholder = "64"
mtu = section:taboption("advanced", Value, "mtu",
translate("Use MTU on tunnel interface"))
mtu.datatype = "max(9200)"
translate("minimum 1280, maximum 1480"))
mtu.datatype = "range(1280-1480)"
mtu.placeholder = "1280"