This commit is contained in:
parent
b5beda8efe
commit
cab4eb19ed
@ -546,8 +546,8 @@ impl Switch for HAClusterTopology {
|
||||
}
|
||||
|
||||
async fn configure_host_network(&self, config: &HostNetworkConfig) -> Result<(), SwitchError> {
|
||||
self.configure_bond(config).await
|
||||
// self.configure_port_channel(config).await
|
||||
self.configure_bond(config).await?;
|
||||
self.configure_port_channel(config).await
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user