From: Herbert Xu Date: Sun, 28 May 2006 06:05:54 +0000 (-0700) Subject: [IPSEC] xfrm: Abstract out encapsulation modes X-Git-Tag: v2.6.18-rc1~1111^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b59f45d0b2878ab76f8053b0973654e6621828ee;p=pandora-kernel.git [IPSEC] xfrm: Abstract out encapsulation modes This patch adds the structure xfrm_mode. It is meant to represent the operations carried out by transport/tunnel modes. By doing this we allow additional encapsulation modes to be added without clogging up the xfrm_input/xfrm_output paths. Candidate modes include 4-to-6 tunnel mode, 6-to-4 tunnel mode, and BEET modes. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed