- Solved
- Minor
Hi
Before 6.11, docker containers got IPV6 address based on the IPV6 prefix and the container mac address as suffix (EUI-64) (docker using macvlan)
after 6.11RC4 (the first RC I installed) the containers get IPV6 address based on prefix and ::2/::3 (etc) suffix.
how can I restore old behaviour?
Thanks in advance