[Openswan dev] Several problems with CVS head and KLIPS 2.6
Bernd Bartmann
bernd.bartmann at gmail.com
Sat Mar 5 20:41:44 CET 2005
Hi,
today I tried to get openswan CVS head with KLIPS 2.6 support running
on RHES4 and found some problems:
1. The _startklips script is obviously broken. Here is a fix:
--- _startklips.in.cvs 2005-02-28 20:26:59.000000000 +0100
+++ _startklips.in 2005-03-05 20:20:23.000000000 +0100
@@ -31,10 +31,12 @@
case $bareversion in
2.6*)
modulename=ipsec.ko
+ ;;
*)
modulename=ipsec.o
+ ;;
esac
-fi
+
klips=true
netkey=/proc/net/pfkey
2. /etc/ipsec.conf is installed with execute permission
Bye,
Bernd.
More information about the Dev
mailing list