From: Masahide NAKAMURA Date: Fri, 21 Dec 2007 04:41:12 +0000 (-0800) Subject: [XFRM] IPv6: Fix dst/routing check at transformation. X-Git-Tag: v2.6.25-rc1~1162^2~958 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b051405bc16222d92c73b0c26d65b333a154ee;p=pandora-kernel.git [XFRM] IPv6: Fix dst/routing check at transformation. IPv6 specific thing is wrongly removed from transformation at net-2.6.25. This patch recovers it with current design. o Update "path" of xfrm_dst since IPv6 transformation should care about routing changes. It is required by MIPv6 and off-link destined IPsec. o Rename nfheader_len which is for non-fragment transformation used by MIPv6 to rt6i_nfheader_len as IPv6 name space. Signed-off-by: Masahide NAKAMURA Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed