I started a project where I deploy one golden template with cloud-init installed and then clone the template for my VM's.
It seems the FreeBSD renderer for networking in cloud-init doesn't support IPv6 at all. I've looked at the code, and it just looks for 'static' interfaces, it doesn't deal with 'static6' interfaces at all.
I can patch it and hope it gets accepted upstream, but I'm curious, is this really the state of cloud-init on FreeBSD?
It seems the FreeBSD renderer for networking in cloud-init doesn't support IPv6 at all. I've looked at the code, and it just looks for 'static' interfaces, it doesn't deal with 'static6' interfaces at all.
I can patch it and hope it gets accepted upstream, but I'm curious, is this really the state of cloud-init on FreeBSD?