Apparently, the racoon_start() is called too early in ipsec_start() as
the Racoon configuration file is generated by ipsec_load().
The fix is trivial: call racoon_start() after calling the ipsec_load().
--- /usr/sbin/racoon-tool.orig 2005-12-17 18:11:14.000000000 +0200
+++ /usr/sbin/racoon-tool 2005-12-17 18:48:25.000000000 +0200
@@ -1258,9 +1258,9 @@
# start
sub ipsec_start () {
mod_start ();
- racoon_start();
ipsec_flush ();
ipsec_load ();
+ racoon_start();
}
Kristjan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]