From: Arne Fitzenreiter Date: Mon, 21 Jun 2010 21:22:58 +0000 (+0200) Subject: Vpn-watch: it is faster to restart the whole ipsec. X-Git-Tag: v2.9-beta1~203 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=fac786647c8d931e93b190c790fb1b2a1c95f94d Vpn-watch: it is faster to restart the whole ipsec. --- 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 } }