proto_map: fix ealen range
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
8030cc6f4b
commit
ecd460f79f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue