1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

B #1680: Fixed bug when deleting a virtual router with floating IP

This commit is contained in:
juanmont 2018-02-27 15:24:45 +01:00 committed by Ruben S. Montero
parent 33136931af
commit 6d8cf58cf8

View File

@ -414,7 +414,7 @@ int VirtualRouter::release_network_leases(const VectorAttribute * nic)
return -1;
}
mac = nic->vector_value("VROUTER_MAC");
mac = nic->vector_value("MAC");
vn = vnpool->get(vnid, true);