Properly handle multiple interfaces in the same network #145
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently a VM can have multiple interfaces in the same network, but upon removal all of them are removed, and adding them blocks if the network is already present.
Rework so that duplicates can be added, that if multiple interfaces exist in the same network, only the last one is removed by default, and allow specifying by MAC address to remove.
Completed since this was all CLI-side.
closed
changed the description