On the host how do I add the IPv6 address and route? I see nowhere in proxmox interface to do it. Normally I add this to /etc/sysconfig/network-scripts/ifcfg-eth0 on centos.
IPV6INIT=yes
IPV6ADDR=26xx:xxxx::1001/64
IPV6_DEFAULTGW=26xx:xxxx::1
Where do I add that on proxmox? I imagine it needs added to vmbr0 somehow?