svn commit: r260702 - head/sys/netinet

Alexander V. Chernikov melifaro at FreeBSD.org
Fri Jan 17 19:57:51 UTC 2014


On 16.01.2014 22:04, John-Mark Gurney wrote:
> Alexander V. Chernikov wrote this message on Thu, Jan 16, 2014 at 11:50 +0000:
>> Author: melifaro
>> Date: Thu Jan 16 11:50:00 2014
>> New Revision: 260702
>> URL: http://svnweb.freebsd.org/changeset/base/260702
>>
>> Log:
>>   Fix ipfw fwd for IPv4 traffic broken by r249894.
>>   
>>   Problem case:
>>   Original lookup returns route with GW set, so gw points to
>>   rte->rt_gateway.
>>   After that we're changing dst and performing lookup another time.
>>   Since fwd host is most probably directly reachable, resulting
>>   rte does not contain rt_gateway, so gw is not set. Finally, we
>>   end with packet transmitted to proper interface but wrong
>>   link-layer address.
>>   
>>   Found by:	lstewart
>>   Discussed with:	ae,lstewart
>>   MFC after:	2 weeks
>>   Sponsored by:	Yandex LLC
> 
> This may be needed for 10.0 as this sounds suspiciously familar to
> the recent multicast code that was fixed too...
I'll be happy if this can happen, but that's too late :(
> 
> It sounds like someone needs to audit this code to verify that there
> are no other code paths that can break because of this.
glebius@ did some kind of, but that didn't bring us forward :)
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140117/87d883f0/attachment.sig>


More information about the svn-src-all mailing list