Actions
Refactor #32166
closedUnify excluded_facts and ignored_interface_identifiers
Description
Both excluded_facts and ignored_interface_identifiers lists are used to ignore facts during import. The first superseeds the second which was introduced earlier. We should merge them both into excluded_facts. As part of that, we should make sure all values present in the ignored_interface_identifiers are added to excluded_facts automatically before the setting is dropped.
Actions