mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +03:00
Use -ENETUNREACH to mean "no reachable network device exists, don't bother
retrying".
This commit is contained in:
@@ -239,7 +239,7 @@ static int ipv6_tx ( struct pk_buff *pkb,
|
||||
/* No network interface identified */
|
||||
if ( !netdev ) {
|
||||
DBG ( "No route to host %s\n", inet6_ntoa ( ip6hdr->dest ) );
|
||||
rc = -EHOSTUNREACH;
|
||||
rc = -ENETUNREACH;
|
||||
goto err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user