[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1349193992.12401.800.camel@edumazet-glaptop>
Date: Tue, 02 Oct 2012 18:06:32 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Dave Jones <davej@...hat.com>
Cc: David Miller <davem@...emloft.net>, chris2553@...glemail.com,
netdev@...r.kernel.org, gpiez@....de
Subject: Re: Possible networking regression in 3.6.0
On Tue, 2012-10-02 at 11:57 -0400, Dave Jones wrote:
>
> Good work! Any idea why it didn't happen on every build for me ?
>
> From your description, this should have failed every time ?
Well, it seems that as long as you had forwarded packets and a route not
yet cached in nh_rth_input, we were using a brand new route (and correct
one)
But as soon as a locally generated traffic did cache a route in
nh_rth_input, forwarded packets immediately were using this cache and
were delivered (and dropped) to local host.
Maybe my patch is not the good fix, but at least its a step in
understanding the problem.
Thanks
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists