-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Devsetup: Remove dhcp entry even without VM
When using the `attach_default_interface_cleanup` target of devsetup on a system where the CRC VM is no longer present it will fail to remove the static DHCP entry from the libvirt network. This patch makes the `interfaces-setup-cleanup.sh` script more robust as it will now remove the static entry even when the VM is gone (using the static IP address assigned).
- Loading branch information
Showing
2 changed files
with
13 additions
and
4 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