X-Git-Url: http://git.etherboot.org/gpxe.git/blobdiff_plain/8edf8f6fa816a99e093ac2269a9440aa9c0707e0..c953c1a1c3b7bec62a3a622a93ec641417bed656:/src/net/ipv6.c diff --git a/src/net/ipv6.c b/src/net/ipv6.c index b158254f..e38e314a 100644 --- a/src/net/ipv6.c +++ b/src/net/ipv6.c @@ -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; }