[Openswan dev] [PATCH] Load xfrm4_tunnel

Herbert Xu herbert at gondor.apana.org.au
Wed Sep 22 21:26:17 CEST 2004


Hi Ken:

With 2.6.9-rc1 xfrm4_tunnel (IPsec IPIP support) can now be a module.
So until module-init-tools is modified to know how to autoload it we'll
need to load it by hand.

The following patch does that and fixes indentation in that if block.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-------------- next part --------------
Index: programs/_startklips/_startklips.in
===================================================================
RCS file: /public/cvs/openswan-2/programs/_startklips/_startklips.in,v
retrieving revision 1.27
diff -u -r1.27 _startklips.in
--- programs/_startklips/_startklips.in	15 Jul 2004 15:05:20 -0000	1.27
+++ programs/_startklips/_startklips.in	22 Sep 2004 10:30:50 -0000
@@ -270,10 +270,11 @@
 	klips=false
 	if test -f $modules
 	then
-	modprobe -qv ah4
-	modprobe -qv esp4
-	modprobe -qv ipcomp
-	modprobe -qv xfrm_user
+		modprobe -qv ah4
+		modprobe -qv esp4
+		modprobe -qv ipcomp
+		modprobe -qv xfrm4_tunnel
+		modprobe -qv xfrm_user
 	fi
 fi
 


More information about the Dev mailing list