luci-proto-ipv6: Add DHCPv6 norelease menu option (#6775)

Signed-off-by: Richard Patterson <richard@helix.net.nz>
This commit is contained in:
Det 2023-12-21 21:53:03 +00:00 committed by GitHub
parent 87da3275ea
commit 4ad5f8111b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ return network.registerProtocol('dhcpv6', {
o.value('60');
o.value('64');
o.default = 'auto';
o = s.taboption('general', form.Flag, 'norelease', _('Do not send a Release when restarting'),
_('Enable to minimise the chance of prefix change after a restart'));
o = s.taboption('advanced', form.Value, 'clientid', _('Client ID to send when requesting DHCP'));
o.datatype = 'hexstring';