CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/06 10:35:59
Modified files:
sys/netinet : tcp_input.c udp_usrreq.c
sys/netinet6 : raw_ip6.c
Log message:
Checking for IPv4 mapped addreses and dropping the packet is done
in ip6_input(). Do not check that again in the protocol input
functions.
OK mpi@
