From fac786647c8d931e93b190c790fb1b2a1c95f94d Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 21 Jun 2010 23:22:58 +0200 Subject: [PATCH] Vpn-watch: it is faster to restart the whole ipsec. --- src/scripts/vpn-watch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/vpn-watch b/src/scripts/vpn-watch index 08d562be84..287bf8fdc0 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -1,6 +1,6 @@ #!/usr/bin/perl ################################################## -##### VPN-Watch.pl Version 0.4a ##### +##### VPN-Watch.pl Version 0.4b ##### ################################################## # # # VPN-Watch is part of the IPFire Firewall # @@ -54,7 +54,7 @@ foreach (@vpnsettings){ if ( $established eq '' || $connected eq '' ){ logger("Remote IP for host $remotehostname has changed or no connection is established, restarting connection to $remoteip."); - system("/usr/local/bin/ipsecctrl S $settings[0]"); + system("/usr/local/bin/ipsecctrl S"); last; #all connections will reloaded } } -- 2.39.2