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

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

This reverts commit 6d8cf58cf8b3957d7bd75b777493174e0c7e3b70.
This commit is contained in:
Ruben S. Montero 2018-02-28 18:20:53 +01:00
parent fdb22a0376
commit 2e76908028

View File

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