Comment 8 for bug 1819871

Revision history for this message
Gonéri Le Bouder (goneri) wrote :

Hi, sammohung76. this branch https://github.com/goneri/cloud-init/tree/freebsd comes with tree patches that improve the situation. The network change still WIP and I will rebase it until it's ready for review. Could you give them a try?

To use the freebsd network renderer, you need to edit /usr/local/etc/cloud/cloud.cfg and change the system_info section:

system_info:
   distro: freebsd
# Add these two lines
   network:
     renderers: ['freebsd']

I already opened this merge request: https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/364997