Subject: Re: CVS commit: [netbsd-2-1] src/sys/netinet6
To: Masao Uebayashi <uebayasi@brains.co.jp>
From: Jeff Rizzo <riz@NetBSD.org>
List: source-changes
Date: 05/28/2006 06:45:12
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig81D5C55D4FC3F7F31D8E6E05
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Masao Uebayashi wrote:
>> @@ -1015,6 +1015,11 @@
>>  			mp =3D &(*mp)->m_next;
>>  	}
>>  #endif
>> +
>> +	/* some OSes call this logic with IPv4 packet, for SO_TIMESTAMP */
>> +	if ((ip6->ip6_vfc & IPV6_VERSION_MASK) !=3D3D IPV6_VERSION)
>> +		return;
>> +
>>  	if (in6p->in6p_flags & IN6P_RECVDSTADDR) {
>>  		*mp =3D sbcreatecontrol((caddr_t) &ip6->ip6_dst,
>>  		    sizeof(struct in6_addr), IPV6_RECVDSTADDR, IPPROTO_IPV6);
>>    =20
>
> This change is apparently broken.
>
> Masao
>  =20

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



--------------enig81D5C55D4FC3F7F31D8E6E05
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBRHmpbLOuUtxCgar5AQM9bQP5ARuQcAsPFmNEODmCMIgNWwH2Lk1SyW41
u4AgFa0/iHl7ki5slSr6drw61+LnPzCSvCt1tR04DbdC2YBAYw63WlHsu9wG+A0n
xt+CE6AacKnIGqOURbWtoBK4xjo2R+QscXnfbqBqiYXU3ad0yWTEpIViMn1pq+MB
dYkvpHNrMfQ=
=EYyh
-----END PGP SIGNATURE-----

--------------enig81D5C55D4FC3F7F31D8E6E05--