DHCP v6 Prefix Delegation add prefixes to routing table

I’ve configured the dhcpv6 server to hand out v6 prefixes to downstream routers.

This works fine. But the delegated prefix is not added to the routing table of vyos.

I’ve found this guy’s ISC DHCP Patch from 2014. I don’t think this patch was merged to the upstream project.

Is there an other way to automatically update the routing table with delegated prefixes? I do not want to add static routes manually.

Hello @julian
Currently, routes must be added manually. We are working to add the route when the client receives the prefix. You can follow the addition of this feature on the phabricator:
https://phabricator.vyos.net/T3771