File: af_inet.c.fs2_0.patch

package info (click to toggle)
openswan 1%3A2.4.6%2Bdfsg.2-1.1%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 25,000 kB
  • ctags: 16,877
  • sloc: ansic: 121,112; sh: 19,782; xml: 9,699; asm: 4,422; perl: 4,087; makefile: 3,367; tcl: 713; exp: 657; yacc: 396; pascal: 328; lex: 289; sed: 265; awk: 124; lisp: 3
file content (21 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (2)
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_0.patch,v 1.11 2004/11/29 17:53:20 mcr Exp $
--- linux/net/ipv4/af_inet.c.preipsec	Wed Jun  3 18:17:50 1998
+++ linux/net/ipv4/af_inet.c	Fri Sep 17 10:14:12 1999
@@ -1146,6 +1146,17 @@
 	ip_alias_init();
 #endif
 
+#if defined(CONFIG_KLIPS)
+	{
+               extern /* void */ int ipsec_klips_init(void);
+		/*
+		 *  Initialise AF_INET ESP and AH protocol support including 
+		 *  e-routing and SA tables
+		 */
+		ipsec_klips_init();
+	}
+#endif /* CONFIG_KLIPS */
+
 #ifdef CONFIG_INET_RARP
 	rarp_ioctl_hook = rarp_ioctl;
 #endif