Re: svn commit: r198301 - head/sys/netinet

2009-10-21 Thread Robert Watson
On Wed, 21 Oct 2009, Qing Li wrote: I believe this patch will fix your crash. Sounds good, thanks! Robert -- Qing On Wed, Oct 21, 2009 at 12:58 AM, Robert Watson wrote: On Tue, 20 Oct 2009, Qing Li wrote:  In the ARP callout timer expiration function, the current time_second  is com

Re: svn commit: r198301 - head/sys/netinet

2009-10-21 Thread Qing Li
I believe this patch will fix your crash. -- Qing On Wed, Oct 21, 2009 at 12:58 AM, Robert Watson wrote: > On Tue, 20 Oct 2009, Qing Li wrote: > >>  In the ARP callout timer expiration function, the current time_second >>  is compared against the entry expiration time value (that was set based

Re: svn commit: r198301 - head/sys/netinet

2009-10-21 Thread Robert Watson
On Tue, 20 Oct 2009, Qing Li wrote: In the ARP callout timer expiration function, the current time_second is compared against the entry expiration time value (that was set based on time_second) to check if the current time is larger than the set expiration time. Due to the +/- timer granular

Re: svn commit: r198301 - head/sys/netinet

2009-10-20 Thread Ruslan Ermilov
On Tue, Oct 20, 2009 at 05:55:42PM +, Qing Li wrote: > Modified: head/sys/netinet/if_ether.c [...] > +#ifdef DIAGNOSTICS > + else { > + struct sockaddr *l3addr = L3_ADDR(lle); > + log(LOG_INFO, "arptimer issue: %p, IPv4 address: \"%s\"\n", lle, > + in