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/24/2003 08:18:53
Module Name: src
Committed By: grant
Date: Tue Jun 24 08:18:53 UTC 2003
Modified Files:
src/sys/net [netbsd-1-6]: if_tokensubr.c
Log Message:
Pull up revision 1.22 (requested by itojun in ticket #1325):
don't call if_free_sadl() until very end of if_detach() logic. many of
routing table manipulation code assumes the presense of AF_LINK sockaddr.
should fix PR 21581
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.19.10.1 src/sys/net/if_tokensubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.