Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/06/2007 23:47:08
Module Name:	src
Committed By:	dyoung
Date:		Tue Nov  6 23:47:08 UTC 2007

Modified Files:
	src/sys/netinet6: udp6_usrreq.c

Log Message:
Take a clue from udp_usrreq(): block IPL_SOFTNET in udp6_usrreq(),
both while we purge an interface, and while we call udp6_output().

XXX udp6_usrreq() needs more attention.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/sys/netinet6/udp6_usrreq.c

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