summaryrefslogtreecommitdiff
path: root/linux/net/ipv4/af_inet.c.fs2_2.patch
blob: 00c85baf30365efdc1776594b2917bdbac90954e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
RCSID $Id: af_inet.c.fs2_2.patch,v 1.1 2004/03/15 20:35:27 as Exp $
--- ./net/ipv4/af_inet.c.preipsec	Mon Aug  9 15:05:13 1999
+++ ./net/ipv4/af_inet.c	Fri Sep 17 10:13:07 1999
@@ -1140,6 +1140,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 */
+
 #ifdef CONFIG_INET_RARP
 	rarp_ioctl_hook = rarp_ioctl;
 #endif