From: Herbert Xu Date: Sun, 19 Jun 2005 05:44:37 +0000 (-0700) Subject: [IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_* X-Git-Tag: v2.6.13-rc1~90^2~583^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60f6b8f70c756fc786d68f02ec17a1e84db645f;p=pandora-kernel.git [IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_* This patch removes XFRM_SAP_* and converts them over to XFRM_MSG_*. The netlink interface is meant to map directly onto the underlying xfrm subsystem. Therefore rather than using a new independent representation for the events we can simply use the existing ones from xfrm_user. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed