mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Use no-route instead of unknown-response for ARP failure
This commit is contained in:
parent
3d99250c83
commit
f43fdaa1d7
1 changed files with 1 additions and 0 deletions
|
|
@ -548,6 +548,7 @@ static void refresh_hostbatch(HostGroupState *hs, struct addrset *exclude_group,
|
|||
error("%s: Failed to determine dst MAC address for target %s",
|
||||
__func__, hs->hostbatch[i]->NameIP());
|
||||
hs->hostbatch[i]->flags = HOST_DOWN;
|
||||
hs->hostbatch[i]->reason.reason_id = ER_NOROUTE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue