Actions
Bug #10566
closedUnique interface identifier requirement prevents host from being edited if duplicate identifier exists
Description
Related to #9618.
Before the unique interface identifier validation was introduced we managed to get several hosts with multiple interfaces with the same identifier. Now that we have upgrade to 1.8+ when we attempt to resolve this situation by deleting the duplicate identifiers we are unable to due to the new validation.
This seems like something the validator should check for as it creates a loop. You are unable to resolve the uniqueness requirement, because your interfaces are not unique.
Added by Marek Hulán almost 10 years ago
Added by Marek Hulán almost 10 years ago
Fixes #10566 - allow identifier modifications that do not change interface type
(cherry picked from commit a6b8542a0e1a7eb0d71fdd1d328b224669e3010b)
Actions
Fixes #10566 - allow identifier modifications that do not change interface type