From: Jianzhao Wang Date: Wed, 8 Sep 2010 21:35:43 +0000 (-0700) Subject: net: blackhole route should always be recalculated X-Git-Tag: v2.6.36-rc4~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2688d59b5f861dc70a091d003773975d2ae7fb;p=pandora-kernel.git net: blackhole route should always be recalculated Blackhole routes are used when xfrm_lookup() returns -EREMOTE (error triggered by IKE for example), hence this kind of route is always temporary and so we should check if a better route exists for next packets. Bug has been introduced by commit d11a4dc18bf41719c9f0d7ed494d295dd2973b92. Signed-off-by: Jianzhao Wang Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed