Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/22/2002 05:53:57
Module Name:	syssrc
Committed By:	itojun
Date:		Tue Jan 22 03:53:56 UTC 2002

Modified Files:
	syssrc/sys/netinet: in_pcb.c ip_output.c
	syssrc/sys/netinet6: in6_src.c

Log Message:
make sure to check address family on route cache.  with IPv4 mapped
address we can see both AF_INET/INET6.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 syssrc/sys/netinet/in_pcb.c
cvs rdiff -r1.91 -r1.92 syssrc/sys/netinet/ip_output.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/netinet6/in6_src.c

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