cvs commit: src/sys/netinet6 udp6_usrreq.c
Hajimu UMEMOTO
ume at FreeBSD.org
Fri Feb 13 07:11:48 PST 2004
ume 2004/02/13 07:11:47 PST
FreeBSD src repository
Modified files:
sys/netinet6 udp6_usrreq.c
Log:
- wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future.
- rejects IPv6 packet toward IPv4-mapped address if its source address
is not an IPv4-mapped IPv6 address, since the converted IPv4 packets
would have an unexpected IPv4 source address.
- when V6ONLY socket option is set, discard packets destined to a
v4/ipv4 mapped ipv6 address.
- have PULLDOWN_TEST codepath.
- get rid of in6_mcmatch().
Obtained from: KAME
Revision Changes Path
1.43 +42 -38 src/sys/netinet6/udp6_usrreq.c
More information about the cvs-src
mailing list