Multiple IPv6 Router Advertisements
IPv6 Complicated with Radvd
First time I tried advertizing on the same network was not so great, second time around when needing to advertize ULA and GUA addresses it went a little bit better for me.
interface eth0 {
AdvSendAdvert on;
AdvDefaultLifetime 0;
prefix fd94:c9b4:7bda:1::/64 {
AdvOnLink on;
AdvAutonomous on;
};
route fd00::/8 {};
};
Sources:
Photo by Echo Grid on Unsplash