Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 1999 12:09:13 -0600 (CST)
From:      Joe Greco <jgreco@solaria.sol.net>
To:        fenner@parc.xerox.com (Bill Fenner)
Cc:        current@FreeBSD.ORG
Subject:   Re: Lots of arpresolve: can't allocate llinfo for <addr>rt
Message-ID:  <199901121809.MAA08854@aurora.sol.net>
In-Reply-To: <99Jan11.124000pst.177534@crevenia.parc.xerox.com> from Bill Fenner at "Jan 11, 99 12:39:51 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Freaky.  I'm used to seeing at least a _few_ of these messages after
8 hours.  There's none.  Nada.  Zip.

I'll keep an eye on it and see if any further messages appear.  If not,
what are the chances of this (or equivalent) making it into FreeBSD?

THANK YOU BILL!  ;-)

... JG

> Try this patch.  It should either change the error messages to include
> an "arplookup" message which might give more info, or fix the problem.
> 
>   Bill
> 
> Index: if_ether.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/netinet/if_ether.c,v
> retrieving revision 1.50
> diff -u -r1.50 if_ether.c
> --- if_ether.c	1999/01/10 17:40:10	1.50
> +++ if_ether.c	1999/01/11 20:37:29
> @@ -340,7 +340,7 @@
>  	}
>  	if (rt)
>  		la = (struct llinfo_arp *)rt->rt_llinfo;
> -	else {
> +	if (la == 0) {
>  		la = arplookup(SIN(dst)->sin_addr.s_addr, 1, 0);
>  		if (la)
>  			rt = la->la_rt;
> 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901121809.MAA08854>