From 03e1d273acf3c182da69013288eda3a8f274153b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 26 Jun 2021 08:53:15 +0200 Subject: Revert "ipsec: T3643: move swanctl.conf to /run" This reverts commit 95bbbb8bed92a60a320ff255c8b8656145f3c540. --- src/etc/dhcp/dhclient-exit-hooks.d/ipsec-dhclient-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc/dhcp') diff --git a/src/etc/dhcp/dhclient-exit-hooks.d/ipsec-dhclient-hook b/src/etc/dhcp/dhclient-exit-hooks.d/ipsec-dhclient-hook index 7b3a18afa..a7a9a2ce6 100755 --- a/src/etc/dhcp/dhclient-exit-hooks.d/ipsec-dhclient-hook +++ b/src/etc/dhcp/dhclient-exit-hooks.d/ipsec-dhclient-hook @@ -38,7 +38,7 @@ import re from vyos.util import call from vyos.util import cmd -SWANCTL_CONF="/run/swanctl/swanctl.conf" +SWANCTL_CONF="/etc/swanctl/swanctl.conf" def getlines(file): with open(file, 'r') as f: -- cgit v1.2.3