Catalina 10.15.2 has an annoying bug. When my mac wakes up from standby the IPv6 addresses aren't assigned (using slaac) anymore. I have to restart the network interface to get new IPv6 addresses. If anyone else is also facing this bug, here's how to restart the network interface via command line:
Code:
sudo ifconfig en0 down && sudo ifconfig en0 up