From: Det Date: Thu, 21 Dec 2023 21:53:03 +0000 (+0000) Subject: luci-proto-ipv6: Add DHCPv6 norelease menu option (#6775) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e0473872c27834e72d6c9ad8103994deb7a1619a;p=project%2Fluci.git luci-proto-ipv6: Add DHCPv6 norelease menu option (#6775) Signed-off-by: Richard Patterson (cherry picked from commit 4ad5f8111bc357d88390d914d82f0517ccbcf769) --- diff --git a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js index 2e75cb8632..aff7331e38 100644 --- a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js +++ b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js @@ -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';