- import of strongswan-2.7.0
- applied patch for charon
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
RCSID $Id: af_inet.c.fs2_4.patch,v 1.1 2004/03/15 20:35:27 as Exp $
|
||||
--- ./net/ipv4/af_inet.c.preipsec Wed Apr 26 15:13:17 2000
|
||||
+++ ./net/ipv4/af_inet.c Fri Jun 30 15:01:27 2000
|
||||
@@ -1019,6 +1019,17 @@
|
||||
ip_mr_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 */
|
||||
+
|
||||
/*
|
||||
* Create all the /proc entries.
|
||||
*/
|
||||
Reference in New Issue
Block a user