Compare commits

..

1 Commits

Author SHA1 Message Date
102d4a16dd fix(host_network): skip configuration for host with only 1 interface/port
Some checks failed
Run Check Script / check (pull_request) Failing after 6s
2025-11-05 12:47:41 -05:00

View File

@@ -90,7 +90,7 @@ impl HostNetworkConfigurationInterpret {
);
} else {
warn!(
"[Host {current_host}/{total_hosts}] Found a single port for {} interfaces, skipping",
"[Host {current_host}/{total_hosts}] Found a single port for {} interface, skipping",
host.network.len()
);
}