-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solve duplicated network issues for ephemeral VMs (#680)
* Fix: Solve failing test removing it because is not used. * Problem: If the service restarts, the diagnostic VM fails for network issues. Solution: Loading already loaded VMs filtering by only persistent ones. * Fix: Replaced interface check by interface remove and re-creation. * Fix: Ensure to delete the IPv6 address first before trying to delete the interface to prevent if the deletion fails. * Fix: Also delete the IPv4 ip to prevent 2 interfaces with the same IPv4. --------- Co-authored-by: Andres D. Molins <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters