Subject: CVS commit: [netbsd-1-6] src/sys/net
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 06/19/2003 02:39:54
Module Name:	src
Committed By:	grant
Date:		Thu Jun 19 02:39:53 UTC 2003

Modified Files:
	src/sys/net [netbsd-1-6]: if.c

Log Message:
Apply patch (requested by itojun in ticket #1290):

AF_LINK sockaddr has to be attached to ifp->if_addrlist until the end,
as many of the code assumes that TAILQ_FIRST(ifp->if_addrlist) is
non-null.


To generate a diff of this commit:
cvs rdiff -r1.104.4.1 -r1.104.4.2 src/sys/net/if.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.