From 29666fa797d4cd62fbfc7fb9f8532f36196e78cc Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Sat, 7 Feb 2015 06:32:31 +0000 Subject: Update references from pluto.ctl to charon.ctl This needs to be updated or VPN configurations won't be properly handled on subsequent updates. --- lib/Vyatta/VPN/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Vyatta/VPN') diff --git a/lib/Vyatta/VPN/Util.pm b/lib/Vyatta/VPN/Util.pm index f7dc320..a40cc90 100755 --- a/lib/Vyatta/VPN/Util.pm +++ b/lib/Vyatta/VPN/Util.pm @@ -37,7 +37,7 @@ use constant LOCAL_KEY_FILE_DEFAULT => '/opt/vyatta/etc/config/ipsec.d/rsa-keys/localhost.key'; sub is_vpn_running { - return ( -e '/var/run/pluto.ctl'); + return ( -e '/var/run/charon.ctl'); } sub get_protocols { -- cgit v1.2.3