diff --git a/harmony/src/domain/topology/ha_cluster.rs b/harmony/src/domain/topology/ha_cluster.rs index 2d5e568..8f65e53 100644 --- a/harmony/src/domain/topology/ha_cluster.rs +++ b/harmony/src/domain/topology/ha_cluster.rs @@ -329,7 +329,7 @@ impl HAClusterTopology { .and_then(|network_state| network_state.status.current_state.as_ref()) .map_or(&interfaces, |current_state| ¤t_state.interfaces) .iter() - .filter(|i| i.r#type == nmstate::InterfaceType::Bond && i.link_aggregation.is_some()) + .filter(|i| i.r#type == nmstate::InterfaceType::Bond) .collect(); let used_ids: HashSet = existing_bonds