guys, what should i use and how can i force the RA daemon to announce a route
for a subnet? i can't declare the router as default router because i don't have
full ipv6 internet, but i do have yggdrasil access on the router. if i declare
the router as default, the yggdrasil network becomes available to local clients
via the router, but then browsers start trying to connect to everything via
ipv6, causing delays until the browser realizes the ipv6 address isn't
responding. if i don't declare the router as default, clients don't know which
gateway to use for 200::/7. the stock rad doesn't support subnets, while bird,
dnsmasq, and the linux radvd don't send RAs through the virtual vport0(which
handles the local bridge) at all- even when configured to announce as a default
router with a minimal config. i tried adding subnet support to the stock rad,
but it didn't work out(AI isn't smart enough for such tasks and doesn't
understand what it's doing even with all the information provided, and i'm not
a programmer myself). is there really no solution for such a common task on
obsd?