Subject: Re: CVS commit: src/sys/net
To: None <dyoung@netbsd.org>
From: Frank Kardel <kardel@netbsd.org>
List: source-changes
Date: 08/13/2007 02:24:51
Hi David !

Could any of these recent changes lead to a routed going into a tight 
loop when
processing interfaces from a sysctl because a ifam_msglen member is zero.
My routed from 070812-current is stuck in there (sbin/routed/if.c:~741...).

Frank


David Young wrote:
> Module Name:	src
> Committed By:	dyoung
> Date:		Tue Aug  7 04:14:37 UTC 2007
>
> Modified Files:
> 	src/sys/net: if.c
>
> Log Message:
> In if_alloc_sadl(), use sockaddr_dl_init() and satocsdl().  Introduce
> variable 'mask' for the netmask, and use it instead of assigning
> to 'sdl' twice.
>
> In ifa_ifwithnet(), use satocsdl().
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.194 -r1.195 src/sys/net/if.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>