mirror of
https://github.com/openwrt/luci
synced 2025-01-09 12:37:57 +08:00
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
@ -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 New Issue
Block a user