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