Merge pull request #6715 from systemcrash/32to64hostid
authorJo-Philipp Wich <[email protected]>
Wed, 22 Nov 2023 18:13:32 +0000 (19:13 +0100)
committerPaul Donald <[email protected]>
Mon, 4 Dec 2023 21:51:56 +0000 (22:51 +0100)
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 04b57a277de68f7f835f9cef60a15c288cb61dba..da0eeabb5a3541726b02d6e1a14393a1a275fcbe 100644 (file)
@@ -909,8 +909,8 @@ return view.extend({
 
                so = ss.option(form.Value, 'hostid',
                        _('IPv6-Suffix (hex)'),
-                       _('The IPv6 interface identifier (address suffix) as hexadecimal number (max. 8 chars).'));
-               so.datatype = 'and(rangelength(0,8),hexstring)';
+                       _('The IPv6 interface identifier (address suffix) as hexadecimal number (max. 16 chars).'));
+               so.datatype = 'and(rangelength(0,16),hexstring)';
 
                so = ss.option(form.DynamicList, 'tag',
                        _('Tag'),