fix(host_network): remove extra fields from bond config to prevent clashes #186

Merged
letian merged 14 commits from fix-bond-config into master 2025-11-11 14:12:57 +00:00
5 changed files with 2 additions and 186 deletions
Showing only changes of commit 7fe15ffa24 - Show all commits

View File

@@ -150,15 +150,6 @@ impl HostNetworkConfigurationInterpret {
];
for config in configs {
let host = self
.score
.hosts
.iter()
.find(|h| h.id == config.host_id)
.unwrap();
println!("[Host] {host}");
if config.switch_ports.is_empty() {
report.push(format!(
"⏭️ Host {}: SKIPPED (No matching switch ports found)",