From: Herbert Xu Date: Tue, 2 Mar 2010 02:51:56 +0000 (+0000) Subject: ipsec: Fix bogus bundle flowi X-Git-Tag: v2.6.34-rc2~48^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c1e12b5eeb7b30b4b41291bef8e0b41fc3dde9;p=pandora-kernel.git ipsec: Fix bogus bundle flowi When I merged the bundle creation code, I introduced a bogus flowi value in the bundle. Instead of getting from the caller, it was instead set to the flow in the route object, which is totally different. The end result is that the bundles we created never match, and we instead end up with an ever growing bundle list. Thanks to Jamal for find this problem. Reported-by: Jamal Hadi Salim Signed-off-by: Herbert Xu Acked-by: Steffen Klassert Acked-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- Reading git-diff-tree failed