Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 08/30/2007 02:22:29
Module Name: src
Committed By: dyoung
Date: Thu Aug 30 02:22:29 UTC 2007
Modified Files:
src/sys/net: route.c
Log Message:
Make rtcache() and rtflush() block IPL_NET while they add/remove
a route from the cached routes list, so that the list won't change
out from under them.
To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 src/sys/net/route.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.