Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/14/2008 05:00:18
Module Name:	src
Committed By:	dyoung
Date:		Mon Jan 14 05:00:18 UTC 2008

Modified Files:
	src/sys/net: route.c route.h

Log Message:
Use rtcache_validate() instead of rtcache_getrt().  Delete rtcache_getrt().

In rtcache_lookup2(), use the return values of rtcache_validate()
and _rtcache_init() instead of looking at _ro_rt.  Also, check the
return code of rtcache_setdst() for an error.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/net/route.c
cvs rdiff -r1.63 -r1.64 src/sys/net/route.h

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