Grepping in /usr/share/perl5/PVE, the standard option is never used and it was accidentally assigned $netdesc rather than $ipconfigdesc. This can be seen in commit 0c9a7596 ("implement cloudinit").
Can still be added correctly later if the need arises. Signed-off-by: Fiona Ebner <f.eb...@proxmox.com> --- src/PVE/QemuServer.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/QemuServer.pm b/src/PVE/QemuServer.pm index 97a9ad5a..792ed1cc 100644 --- a/src/PVE/QemuServer.pm +++ b/src/PVE/QemuServer.pm @@ -1026,7 +1026,6 @@ If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, i dhcp on IPv4. EODESCR }; -PVE::JSONSchema::register_standard_option("pve-qm-ipconfig", $netdesc); for (my $i = 0; $i < $MAX_NETS; $i++) { $confdesc->{"net$i"} = $netdesc; -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel