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:
parent
33136931af
commit
6d8cf58cf8
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user