- import of strongswan-2.7.0

- applied patch for charon
This commit is contained in:
Martin Willi
2006-04-28 07:14:48 +00:00
parent 52923c9acb
commit 997358a6c4
2043 changed files with 346842 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
RCSID $Id: af_inet.c.fs2_0.patch,v 1.1 2004/03/15 20:35:27 as Exp $
--- ./net/ipv4/af_inet.c.preipsec Wed Jun 3 18:17:50 1998
+++ ./net/ipv4/af_inet.c Fri Sep 17 10:14:12 1999
@@ -1146,6 +1146,17 @@
ip_alias_init();
#endif
+#if defined(CONFIG_IPSEC)
+ {
+ extern /* void */ int ipsec_init(void);
+ /*
+ * Initialise AF_INET ESP and AH protocol support including
+ * e-routing and SA tables
+ */
+ ipsec_init();
+ }
+#endif /* CONFIG_IPSEC */
+
#ifdef CONFIG_INET_RARP
rarp_ioctl_hook = rarp_ioctl;
#endif