diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-07 15:01:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 15:01:05 +0200 |
commit | 84ec8b75c190920bb6bb951410ff0da0b6034174 (patch) | |
tree | 883ae85d5538197934f9c7d5e7136a545f940419 | |
parent | 5bca2a9009b0daf8b719c9451a560da639045fb0 (diff) | |
parent | 05b5cd0d8c11f336387d9cae917831f9d217eea6 (diff) | |
download | vyos-1x-84ec8b75c190920bb6bb951410ff0da0b6034174.tar.gz vyos-1x-84ec8b75c190920bb6bb951410ff0da0b6034174.zip |
Merge pull request #868 from sarthurdev/current
nhrp: T3599: Update config path to new /run directory
-rwxr-xr-x | src/etc/opennhrp/opennhrp-script.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/opennhrp/opennhrp-script.py b/src/etc/opennhrp/opennhrp-script.py index 74c45f2f6..f7487ee5f 100755 --- a/src/etc/opennhrp/opennhrp-script.py +++ b/src/etc/opennhrp/opennhrp-script.py @@ -23,7 +23,7 @@ import vici from vyos.util import cmd from vyos.util import process_named_running -NHRP_CONFIG="/etc/opennhrp/opennhrp.conf" +NHRP_CONFIG="/run/opennhrp/opennhrp.conf" def parse_type_ipsec(interface): with open(NHRP_CONFIG, 'r') as f: |