luci-mod-admin-full: fix incorrect length of DUID-LL
authorArjen de Korte <build+lede@de-korte.org>
Fri, 8 Dec 2017 09:55:18 +0000 (10:55 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 9 Jan 2018 07:08:55 +0000 (08:08 +0100)
commit96f6a79eb2c3373797f50fc8b0fde45e95b01a62
tree0ab30347694196c93702716fcfdc64a32a27b991
parent93c830869dde03c726180482554d47b3d3a3cf4b
luci-mod-admin-full: fix incorrect length of DUID-LL

The length of DUID-LL is 80 bits (16 bit DUID type, 16 bit hardware type, 48 bit mac)
which corresponds to 20 nibbles. Also lower the minimum required length of DUID to
20 nibbles in order to allow entering a DUID-LL.

Signed-off-by: Arjen de Korte <build+github@de-korte.org>
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua
modules/luci-mod-admin-full/luasrc/view/admin_network/lease_status.htm
modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm