Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index