Compare commits
1 Commits
f99102492f
...
0e29e9e32d
Author | SHA1 | Date | |
---|---|---|---|
0e29e9e32d |
@ -513,7 +513,7 @@ impl Switch for HAClusterTopology {
|
||||
host: &PhysicalHost,
|
||||
config: HostNetworkConfig,
|
||||
) -> Result<(), SwitchError> {
|
||||
// self.configure_bond(host, &config).await?;
|
||||
self.configure_bond(host, &config).await?;
|
||||
self.configure_port_channel(host, &config).await
|
||||
}
|
||||
}
|
||||
|
@ -50,6 +50,7 @@ impl HostNetworkConfigurationInterpret {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
async fn collect_switch_ports_for_host<T: Topology + Switch>(
|
||||
&self,
|
||||
topology: &T,
|
||||
|
Loading…
Reference in New Issue
Block a user