Using latest 1.5-rolling and I was wondering if it is possible to dynamically update the subnet/prefix in the dhcpv6 server when the upstream PD that VyOS gets changes.
And if that’s not possbible, has anyone done it using hook scripts?
Idealy I’d like a special keyword tracking
or so a s subnet name, and tracking
could be used only once per interface:
set service dhcpv6-server shared-network-name <name> subnet tracking subnet-id <id>
and then for setting an address pool
set service dhcpv6-server shared-network-name <name> subnet tracking range 1 start <start of range without prefix>
set service dhcpv6-server shared-network-name <name> subnet tracking range 1 stop <end of range without prefix>
And the for the static mappings
set service dhcpv6-server shared-network-name <name> subnet tracking static-mapping <client name> ipv6-address <client IPv6 address without prefix>