git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8030cc6
)
proto_map: fix ealen range
author
Steven Barth
<redacted>
Fri, 2 Oct 2015 09:34:12 +0000
(11:34 +0200)
committer
Steven Barth
<redacted>
Fri, 2 Oct 2015 09:34:12 +0000
(11:34 +0200)
Signed-off-by: Steven Barth <redacted>
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_map.lua
patch
|
blob
|
history
diff --git
a/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_map.lua
b/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_map.lua
index 2f8108ef1c8dc7d9c3308026b34eebd85bec66d9..37d4ec901aed0dc18dc50cacfc63791dc683f2fa 100644
(file)
--- a/
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_map.lua
+++ b/
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_map.lua
@@
-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)"
git clone https://git.99rst.org/PROJECT