summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-24 19:00:00 +0200
committerGitHub <noreply@github.com>2021-06-24 19:00:00 +0200
commit1728c76187da8aff2767b956a88bc78ca36bf21e (patch)
treed36dcbf1276e64281525e98576e4bed041605c8d
parent1a7362622783804c72862e84b68bf065b1dabc19 (diff)
parent50a742b50bc0eb35c34d94816afc69b3a74cfed9 (diff)
downloadvyos-1x-1728c76187da8aff2767b956a88bc78ca36bf21e.tar.gz
vyos-1x-1728c76187da8aff2767b956a88bc78ca36bf21e.zip
Merge pull request #897 from sever-sever/T3643
IPSec: T3643: Fix path for swanctl.conf file
-rwxr-xr-xsrc/op_mode/vpn_ipsec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/vpn_ipsec.py b/src/op_mode/vpn_ipsec.py
index 582b5ef95..dd5a85ed3 100755
--- a/src/op_mode/vpn_ipsec.py
+++ b/src/op_mode/vpn_ipsec.py
@@ -33,7 +33,7 @@ X509_CONFIG_PATH = '/etc/ipsec.d/key-pair.template'
X509_PATH = '/config/auth/'
IPSEC_CONF = '/etc/ipsec.conf'
-SWANCTL_CONF = '/etc/swanctl.conf'
+SWANCTL_CONF = '/etc/swanctl/swanctl.conf'
def migrate_to_vyatta_key(path):
with open(path, 'r') as f: