[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110524.133136.89503785066605635.davem@davemloft.net>
Date: Tue, 24 May 2011 13:31:36 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: shemminger@...tta.com, herbert@...dor.hengli.com.au,
netdev@...r.kernel.org
Subject: Re: bridge netfilter output bug on 2.6.39
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Tue, 24 May 2011 18:27:37 +0200
> It seems bridge code uses one fake_rtable
Ugh, forgot about this turd. :-/
All route objects should be dynamically allocated, otherwise we'll
constantly have to attend to these static route instances when we make
any changes to dst_alloc() or similar.
I'll apply the fix you posted for now, but long term this code
needs to accomplish it's goals in a different way.
--
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