]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer/Cloudinit.pm
fix #1959: add fallback for 'auto' previously set by SLAAC
authorDavid Limbeck <d.limbeck@proxmox.com>
Thu, 25 Oct 2018 09:32:45 +0000 (11:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 13 Nov 2018 09:10:29 +0000 (10:10 +0100)
commitc701be32431405e7b45c966d65a1825594e44288
tree4d9b17d3baf60b659599a8ee5ab8a6607fdcd551
parent56cd7f6981162141253a061da841395b42f9c412
fix #1959: add fallback for 'auto' previously set by SLAAC

SLAAC previously set 'auto' which is not supported by nocloud network
config. On an up-to-date Ubuntu this should work as it uses 'dhcp' for
both dhcp and SLAAC. For others it was invalid anyway.

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