-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the NIC add and edit dialogs, check if there is an already existing MAC with the same value. libvirt itself does not check that, and while it is technically possible to do that, it will wreak havoc in the guest system (which we cannot influence) and also in Cockpit (which we could fix, but it's hard to do so, as we currently use the MAC address as identifier everywhere). https://issues.redhat.com/browse/RHEL-4064
- Loading branch information
1 parent
331c757
commit 61c070e
Showing
3 changed files
with
60 additions
and
7 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
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