From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 17 Jan 2007 13:35:01 +1100
> On Tue, Jan 16, 2007 at 05:07:19PM -0800, David Miller wrote: > > > > Good catch Herbert, patch applied, thanks. > > Thanks Dave. I think we need this for 2.6.19 too. > > [IPSEC]: Policy list disorder > > The recent hashing introduced an off-by-one bug in policy list insertion. > Instead of adding after the last entry with a lesser or equal priority, > we're adding after the successor of that entry. > > This patch fixes this and also adds a warning if we detect a duplicate > entry in the policy list. This should never happen due to this if clause. > > Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> Yep: Signed-off-by: David S. Miller <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html