]> git.proxmox.com Git - qemu-server.git/commit
fix #2101: ipv6 ending in ':' not parsed as a string
authorDavid Limbeck <d.limbeck@proxmox.com>
Thu, 21 Feb 2019 15:18:53 +0000 (16:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 22 Feb 2019 09:21:10 +0000 (10:21 +0100)
commit4efb58a96eb318472727676737a5660b3f37337e
tree055a88fb1a320049443554bdbf3f952f4b15a177
parent769f187df5d748d54e65c9f825c7b4c4066c6bdb
fix #2101: ipv6 ending in ':' not parsed as a string

Space or newline after ':' is recognized as a mapping and as a result an
ipv6 ending in ':' is not parsed as a string. The solution is to quote
the address. For consistency all other addresses (including mac) are
quoted.

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