fix(types): Switch port location failed on port channel interfaces

This commit is contained in:
2025-11-11 09:53:59 -05:00
parent a0a8d5277c
commit d3634a6313
8 changed files with 56 additions and 30 deletions

View File

@@ -31,10 +31,10 @@ pub async fn get_topology() -> HAClusterTopology {
.expect("Failed to get credentials");
let switches: Vec<IpAddr> = vec![ip!("192.168.1.101")]; // TODO: Adjust me
let brocade_options = Some(BrocadeOptions {
let brocade_options = BrocadeOptions {
dry_run: *harmony::config::DRY_RUN,
..Default::default()
});
};
let switch_client = BrocadeSwitchClient::init(
&switches,
&switch_auth.username,