Compare commits

..

1 Commits

Author SHA1 Message Date
45bf3cf265 remove unnecessary println
Some checks failed
Run Check Script / check (pull_request) Failing after 1m10s
2025-11-05 13:20:51 -05:00

View File

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