CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/07 07:08:43
Modified files:
sys/netinet : tcp_usrreq.c
Log message:
There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcp
connect() calls. Our network stack does not allow any v4 mapped addresses
so there is no need to allow them in connect(). Found after discussion with
Henning. OK deraadt@
