From ecd460f79f34843904b16d45b42079d60b30bd70 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 2 Oct 2015 11:34:12 +0200 Subject: [PATCH] proto_map: fix ealen range Signed-off-by: Steven Barth --- protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_map.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2f8108ef1..37d4ec901 100644 --- 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)" -- 2.11.0