Actions
Bug #15238
closedMultiple interfaces with empty identifier are marked as invalid
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
The NIC validation is not treating empty identifier correctly. While the validation method on host skips such interfaces, validation on NIC side tries to enforce uniqueness even of empty identifiers. This causes problems during provisioning of host with multiple interfaces, preventing the TFTP change because of interface being invalid. To reproduce, create a host with two interfaces with empty identifier. Then try editing the host, e.g. changing the comment attribute. It fails on interface identifier being already taken.
Actions