luci-proto-ipv6: set aiccu mtu option range
This commit is contained in:
parent
0282441f00
commit
b6e5373764
1 changed files with 2 additions and 1 deletions
|
@ -129,6 +129,7 @@ ttl.placeholder = "64"
|
||||||
|
|
||||||
mtu = section:taboption("advanced", Value, "mtu",
|
mtu = section:taboption("advanced", Value, "mtu",
|
||||||
translate("Use MTU on tunnel interface"))
|
translate("Use MTU on tunnel interface"))
|
||||||
mtu.datatype = "max(9200)"
|
translate("minimum 1280, maximum 1480"))
|
||||||
|
mtu.datatype = "range(1280-1480)"
|
||||||
mtu.placeholder = "1280"
|
mtu.placeholder = "1280"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue