From: Julius Volz Date: Fri, 22 Aug 2008 12:06:12 +0000 (+0200) Subject: IPVS: Integrate ESP protocol into ip_vs_proto_ah.c X-Git-Tag: v2.6.28-rc1~717^2~282^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409a19669e4cd8d1bab7dff31d3b6aa493ff60f0;p=pandora-kernel.git IPVS: Integrate ESP protocol into ip_vs_proto_ah.c Rename all ah_* functions to ah_esp_* (and adjust comments). Move ESP protocol definition into ip_vs_proto_ah.c and remove all usage of ip_vs_proto_esp.c. Make the compilation of ip_vs_proto_ah.c dependent on a new config variable, IP_VS_PROTO_AH_ESP, which is selected either by IP_VS_PROTO_ESP or IP_VS_PROTO_AH. Only compile the selected protocols' structures within this file. Signed-off-by: Julius Volz Signed-off-by: Simon Horman --- Reading git-diff-tree failed