]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer/Cloudinit.pm
fix #2670: cloudinit enable SLAAC
authorMira Limbeck <m.limbeck@proxmox.com>
Mon, 29 Mar 2021 12:07:15 +0000 (14:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 Mar 2021 16:25:06 +0000 (18:25 +0200)
commit988be8d0521820660f3ae2bc54acb1f524d74671
treeedd69ad6de3fc0429efc25a8a6f4e1127ff8ce0d
parent617a864ac26373a3e21dc5954c17bf4cb26760e3
fix #2670: cloudinit enable SLAAC

cloud-init's SLAAC option was disabled in 2018 because there was no
support for it. Now that cloud-init 19.4 or newer versions are more
widespread, we can finally reenable it.

Also include minimum required cloud-init version for SLAAC support in
format description.

Tested on Ubuntu 20.04 (ci 20.4), CentOS 8 (ci 19.4), Debian 10 (ci
20.2).

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/Cloudinit.pm