Compare commits
1 Commits
cb7b9d4088
...
45bf3cf265
| Author | SHA1 | Date | |
|---|---|---|---|
| 45bf3cf265 |
@@ -150,6 +150,13 @@ impl HostNetworkConfigurationInterpret {
|
|||||||
];
|
];
|
||||||
|
|
||||||
for config in configs {
|
for config in configs {
|
||||||
|
let host = self
|
||||||
|
.score
|
||||||
|
.hosts
|
||||||
|
.iter()
|
||||||
|
.find(|h| h.id == config.host_id)
|
||||||
|
.unwrap();
|
||||||
|
|
||||||
if config.switch_ports.is_empty() {
|
if config.switch_ports.is_empty() {
|
||||||
report.push(format!(
|
report.push(format!(
|
||||||
"⏭️ Host {}: SKIPPED (No matching switch ports found)",
|
"⏭️ Host {}: SKIPPED (No matching switch ports found)",
|
||||||
|
|||||||
Reference in New Issue
Block a user