]> git.ipfire.org Git - people/ms/strongswan.git/blame - linux/net/ipv4/af_inet.c.fs2_0.patch
(no commit message)
[people/ms/strongswan.git] / linux / net / ipv4 / af_inet.c.fs2_0.patch
CommitLineData
997358a6
MW
1RCSID $Id: af_inet.c.fs2_0.patch,v 1.1 2004/03/15 20:35:27 as Exp $
2--- ./net/ipv4/af_inet.c.preipsec Wed Jun 3 18:17:50 1998
3+++ ./net/ipv4/af_inet.c Fri Sep 17 10:14:12 1999
4@@ -1146,6 +1146,17 @@
5 ip_alias_init();
6 #endif
7
8+#if defined(CONFIG_IPSEC)
9+ {
10+ extern /* void */ int ipsec_init(void);
11+ /*
12+ * Initialise AF_INET ESP and AH protocol support including
13+ * e-routing and SA tables
14+ */
15+ ipsec_init();
16+ }
17+#endif /* CONFIG_IPSEC */
18+
19 #ifdef CONFIG_INET_RARP
20 rarp_ioctl_hook = rarp_ioctl;
21 #endif