Compare commits
	
		
			1 Commits
		
	
	
		
			0e29e9e32d
			...
			f99102492f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f99102492f | 
| @ -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,7 +50,6 @@ impl HostNetworkConfigurationInterpret { | ||||
| 
 | ||||
|         Ok(()) | ||||
|     } | ||||
| 
 | ||||
|     async fn collect_switch_ports_for_host<T: Topology + Switch>( | ||||
|         &self, | ||||
|         topology: &T, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user