adjust merge
Some checks failed
Run Check Script / check (pull_request) Failing after 21s

This commit is contained in:
Ian Letourneau 2025-11-05 18:50:21 -05:00
parent 79db278060
commit 3f6c6da802

View File

@ -241,7 +241,7 @@ impl OpenShiftNmStateNetworkManager {
.and_then(|network_state| network_state.status.current_state.as_ref()) .and_then(|network_state| network_state.status.current_state.as_ref())
.map_or(&interfaces, |current_state| &current_state.interfaces) .map_or(&interfaces, |current_state| &current_state.interfaces)
.iter() .iter()
.filter(|i| i.r#type == nmstate::InterfaceType::Bond && i.link_aggregation.is_some()) .filter(|i| i.r#type == nmstate::InterfaceType::Bond)
.collect(); .collect();
let used_ids: HashSet<u32> = existing_bonds let used_ids: HashSet<u32> = existing_bonds