luci-proto-ipv6: Add DHCPv6 norelease menu option (#6775)
Signed-off-by: Richard Patterson <richard@helix.net.nz>
This commit is contained in:
parent
87da3275ea
commit
4ad5f8111b
1 changed files with 2 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue