Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 12/21/1999 20:03:05
Module Name:	syssrc
Committed By:	itojun
Date:		Wed Dec 22 04:03:05 UTC 1999

Modified Files:
	syssrc/sys/netinet: tcp_input.c udp_usrreq.c
	syssrc/sys/netinet6: raw_ip6.c udp6_usrreq.c

Log Message:
drop IPv6 packets with v4 mapped address on src/dst.  they are illegal
and may be used to fool IPv6 implementations (by using ::ffff:127.0.0.1 as
source you may be able to pretend the packet is from local node)


To generate a diff of this commit:
cvs rdiff -r1.100 -r1.101 syssrc/sys/netinet/tcp_input.c
cvs rdiff -r1.53 -r1.54 syssrc/sys/netinet/udp_usrreq.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/netinet6/raw_ip6.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/netinet6/udp6_usrreq.c

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