1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #911: Fix bug with PCI NIC devices

This commit is contained in:
Alejandro Huertas Herrero 2019-01-04 11:10:35 +01:00 committed by Ruben S. Montero
parent 932c98e691
commit 69db2923d9

View File

@ -321,7 +321,7 @@ int VirtualMachineNics::get_network_leases(int vm_id, int uid,
return -1;
}
else
else if (vnic->name() == "NIC_ALIAS")
{
alias_nics.push_back(vnic);
}