ipv6-update: support dhcpv6-client-lease script...

... by adding a provide, and handling global variable
$DHCPv6ClientLeaseVars.
This commit is contained in:
Christian Hesse 2026-04-13 16:28:31 +02:00
parent 3a66eb4192
commit 89b9c62e52
3 changed files with 10 additions and 4 deletions

View file

@ -77,6 +77,7 @@ start with "`ipv6-pool-`" and actual pool name, followed by a comma,
See also
--------
* [Run other scripts on IPv6 DHCP client lease](dhcpv6-client-lease.md)
* [Run scripts on ppp connection](ppp-on-up.md)
---

View file

@ -36,6 +36,7 @@ Just install the script:
See also
--------
* [Run other scripts on IPv6 DHCP client lease](dhcpv6-client-lease.md)
* [Update configuration on IPv6 prefix change](ipv6-update.md)
* [Update tunnelbroker configuration](update-tunnelbroker.md)