diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-28 07:14:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-28 07:14:48 +0000 |
commit | 997358a6c475c8886cce388ab325184a1ff733c9 (patch) | |
tree | 27a15790e030fc186d00cd710d2a3540f4defe69 /linux/net/ipv4/af_inet.c.fs2_2.patch | |
parent | 52923c9acb349adec3d1cc039e7a74c2e822da6e (diff) | |
download | strongswan-997358a6c475c8886cce388ab325184a1ff733c9.tar.bz2 strongswan-997358a6c475c8886cce388ab325184a1ff733c9.tar.xz |
- import of strongswan-2.7.0
- applied patch for charon
Diffstat (limited to 'linux/net/ipv4/af_inet.c.fs2_2.patch')
-rw-r--r-- | linux/net/ipv4/af_inet.c.fs2_2.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/linux/net/ipv4/af_inet.c.fs2_2.patch b/linux/net/ipv4/af_inet.c.fs2_2.patch new file mode 100644 index 000000000..00c85baf3 --- /dev/null +++ b/linux/net/ipv4/af_inet.c.fs2_2.patch @@ -0,0 +1,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 |