mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-08 21:18:03 +03:00
fixup an sdn call outside the have_sdn guard
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3f14f206a0
commit
8497232bf5
@ -5381,8 +5381,8 @@ sub vmconfig_update_net {
|
||||
if ($hotplug) {
|
||||
if ($have_sdn) {
|
||||
PVE::Network::SDN::Vnets::add_next_free_cidr($newnet->{bridge}, $conf->{name}, $newnet->{macaddr}, $vmid, undef, 1);
|
||||
PVE::Network::SDN::Vnets::add_dhcp_mapping($newnet->{bridge}, $newnet->{macaddr});
|
||||
}
|
||||
PVE::Network::SDN::Vnets::add_dhcp_mapping($newnet->{bridge}, $newnet->{macaddr});
|
||||
vm_deviceplug($storecfg, $conf, $vmid, $opt, $newnet, $arch, $machine_type);
|
||||
} else {
|
||||
die "skip\n";
|
||||
|
Loading…
Reference in New Issue
Block a user