mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-proto-ipv6: Add DHCPv6 norelease menu option (#6775)
Signed-off-by: Richard Patterson <richard@helix.net.nz>
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user