全新安装的 PVE 默认不会尝试获取 IPv6 地址。
因为 vmbr0 连接了宿主机和虚拟机,开启了 net.ipv6.conf.all.forwarding=1,这时候按照
浅谈 Linux 上的 SLAAC:原理、配置和系统行为 | 星尘独奏曲 说的,
需要调整系统内核

# file: /etc/sysctl.d/88_enable_ipv6.conf

# original value is 1, which does not got a public IPv6 address when combined with
# the setting of net.ipv6.conf.all.forwarding=1.
net.ipv6.conf.vmbr0.accept_ra=2