mirror of https://github.com/openwrt/luci.git
proto_map: fix ealen range
Signed-off-by: Steven Barth <steven@midlink.org>pull/505/head
parent
8030cc6f4b
commit
ecd460f79f
|
@ -50,7 +50,7 @@ ip6prefixlen.datatype = "range(0,64)"
|
|||
|
||||
|
||||
s:taboption("general", Value, "ealen",
|
||||
translate("EA-bits length")).datatype = "range(0,16)"
|
||||
translate("EA-bits length")).datatype = "range(0,48)"
|
||||
|
||||
s:taboption("general", Value, "psidlen",
|
||||
translate("PSID-bits length")).datatype = "range(0,16)"
|
||||
|
|
Loading…
Reference in New Issue