[CentOS] RADVd and DHCPv6?

Sun Nov 14 18:15:48 UTC 2021
Walter H. <Walter.H at mathemainzel.info>

Hello,

these are my settings in

radvd.conf

interface br0
{
         AdvSendAdvert on;
         AdvManagedFlag on;
         AdvOtherConfigFlag on;
         MinRtrAdvInterval 5;
         MaxRtrAdvInterval 15;
         route fe80::1/64
         {
                 AdvRouteLifetime infinity;
                 AdvRoutePreference high;
         };
};

in general I use stateful DHCPv6 (AdvManagedFlag on),
but is there a way to have some devices (Android) get their IPv6 by SLAAC?

Thanks,
Walter