Date: Tue, 19 Apr 2011 08:17:36 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 udp6_usrreq.c Message-ID: <201104190817.p3J8Hrlb045819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2011-04-19 08:17:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 udp6_usrreq.c Log: SVN rev 220824 on 2011-04-19 08:17:36Z by bz MFC r220462: After r219579 and r219779 unbreak v4-mapped v6 sockets for UDP some more. Similar to what we do for TCP check for v4-mapped addresses and then handle them or the normal v6 address case. For either set inp_vflags before calling into the pcb connect function so that we have an unambiguous view in case we need to set the local address or port. Looked at: tuexen (as part of more) Revision Changes Path 1.81.2.20 +11 -13 src/sys/netinet6/udp6_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104190817.p3J8Hrlb045819>