]> git.ipfire.org Git - people/ms/strongswan.git/blob - linux/net/ipv4/af_inet.c.fs2_4.patch
- import of strongswan-2.7.0
[people/ms/strongswan.git] / linux / net / ipv4 / af_inet.c.fs2_4.patch
1 RCSID $Id: af_inet.c.fs2_4.patch,v 1.1 2004/03/15 20:35:27 as Exp $
2 --- ./net/ipv4/af_inet.c.preipsec Wed Apr 26 15:13:17 2000
3 +++ ./net/ipv4/af_inet.c Fri Jun 30 15:01:27 2000
4 @@ -1019,6 +1019,17 @@
5 ip_mr_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 /*
20 * Create all the /proc entries.
21 */