mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 17:03:20 +04:00
luci-proto-ipv6: fix typo in aiccu mtu range
This commit is contained in:
@@ -130,6 +130,6 @@ ttl.placeholder = "64"
|
||||
mtu = section:taboption("advanced", Value, "mtu",
|
||||
translate("Use MTU on tunnel interface"))
|
||||
translate("minimum 1280, maximum 1480"))
|
||||
mtu.datatype = "range(1280-1480)"
|
||||
mtu.datatype = "range(1280,1480)"
|
||||
mtu.placeholder = "1280"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user