From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: Possible networking regression in 3.6.0 Date: Tue, 02 Oct 2012 14:25:02 -0400 (EDT) Message-ID: <20121002.142502.1702895723099297167.davem@davemloft.net> References: <1349121884.12401.721.camel@edumazet-glaptop> <1349192133.12401.768.camel@edumazet-glaptop> <1349192919.12401.778.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: chris2553@googlemail.com, netdev@vger.kernel.org, gpiez@web.de, davej@redhat.com To: eric.dumazet@gmail.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:49696 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751691Ab2JBSZI (ORCPT ); Tue, 2 Oct 2012 14:25:08 -0400 In-Reply-To: <1349192919.12401.778.camel@edumazet-glaptop> Sender: netdev-owner@vger.kernel.org List-ID: From: Eric Dumazet Date: Tue, 02 Oct 2012 17:48:39 +0200 > [PATCH] ipv4: properly cache forward routes > > commit d2d68ba9fe8 (ipv4: Cache input routes in fib_info nexthops.) > introduced a regression for forwarding. > > This was hard to reproduce but the symptom was that packets were > delivered to local host instead of being forwarded. > > Add a separate cache (nh_rth_forward) to solve the problem. > > Many thanks to Chris Clayton for his patience and help. > > Reported-by: Chris Clayton > Bisected-by: Chris Clayton > Reported-by: Dave Jones > Signed-off-by: Eric Dumazet Thanks for figuring this out, I'll think about this more deeply.