Subject: Re: CVS commit: [netbsd-2-1] src/sys/netinet6
To: Jeff Rizzo <riz@NetBSD.org>
From: Tomofumi Hayashi <tom.hayashi@alaxala.com>
List: source-changes
Date: 06/09/2006 22:35:06
In cvsweb(.netbsd.org), this is not patched yet in netbsd-2-0.
Is it a miss or a reason?

==========================================================
Name: Tomofumi Hayashi
E-Mail Address: tom.hayashi@alaxala.com
==========================================================

At Sun, 28 May 2006 06:45:12 -0700,
Jeff Rizzo wrote:
> [1  <text/plain; ISO-8859-1 (quoted-printable)>]
> Masao Uebayashi wrote:
> >> @@ -1015,6 +1015,11 @@
> >>  			mp = &(*mp)->m_next;
> >>  	}
> >>  #endif
> >> +
> >> +	/* some OSes call this logic with IPv4 packet, for SO_TIMESTAMP */
> >> +	if ((ip6->ip6_vfc & IPV6_VERSION_MASK) !=3D IPV6_VERSION)
> >> +		return;
> >> +
> >>  	if (in6p->in6p_flags & IN6P_RECVDSTADDR) {
> >>  		*mp = sbcreatecontrol((caddr_t) &ip6->ip6_dst,
> >>  		    sizeof(struct in6_addr), IPV6_RECVDSTADDR, IPPROTO_IPV6);
> >>     
> >
> > This change is apparently broken.
> >
> > Masao
> >   
> 
> Fixed here, and in the revision on the netbsd-2 branch as well.  (I'm
> really not sure how this didn't happed to netbsd-2-0, but it didn't).
> 
> Thanks for letting me know.
> 
> +j
> 
> 
> [2 OpenPGP digital signature <application/pgp-signature (7bit)>]
>