Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 05/06/2007 02:29:33
Module Name: src
Committed By: dyoung
Date: Sun May 6 02:29:33 UTC 2007
Modified Files:
src/sys/netinet6: ip6_input.c
Log Message:
Use rtcache_lookup2(), and fix cache hit/miss accounting.
While I am here, introduce an rtentry pointer, 'rt', and set it
equal to ip6_forward.ro_rt. Replace several occurrences of
'ip6_forward.ro_rt' with 'rt'.
To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/sys/netinet6/ip6_input.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.