From: Patrick McHardy Date: Tue, 19 Sep 2006 19:57:34 +0000 (-0700) Subject: [XFRM]: Fix wildcard as tunnel source X-Git-Tag: v2.6.19-rc1~1272^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1e59abf824969554b90facd44a4ab16e265afa4;p=pandora-kernel.git [XFRM]: Fix wildcard as tunnel source Hashing SAs by source address breaks templates with wildcards as tunnel source since the source address used for hashing/lookup is still 0/0. Move source address lookup to xfrm_tmpl_resolve_one() so we can use the real address in the lookup. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed