diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-10 10:27:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 10:27:02 +0200 |
commit | b6e021a883ee59f7dc7751cf6ad8b637d9b382f0 (patch) | |
tree | 9f9684c6672606aa9a9310cb7c5026fc2b9bc89f /data | |
parent | 5320fa2ff1cccf3b48615a848abb31c2c179ed04 (diff) | |
parent | 42294ccd904773fa19a6af0f37cf9526321d87e4 (diff) | |
download | vyos-1x-b6e021a883ee59f7dc7751cf6ad8b637d9b382f0.tar.gz vyos-1x-b6e021a883ee59f7dc7751cf6ad8b637d9b382f0.zip |
Merge pull request #3613 from c-po/sstpc-T6464
pki: T6464: sstpc interface not reloaded when updating SSL certificate(s)
Diffstat (limited to 'data')
-rw-r--r-- | data/config-mode-dependencies/vyos-1x.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/config-mode-dependencies/vyos-1x.json b/data/config-mode-dependencies/vyos-1x.json index 13de434bd..b7dd06465 100644 --- a/data/config-mode-dependencies/vyos-1x.json +++ b/data/config-mode-dependencies/vyos-1x.json @@ -30,7 +30,8 @@ "ipsec": ["vpn_ipsec"], "openconnect": ["vpn_openconnect"], "rpki": ["protocols_rpki"], - "sstp": ["vpn_sstp"] + "sstp": ["vpn_sstp"], + "sstpc": ["interfaces_sstpc"] }, "vpn_ipsec": { "nhrp": ["protocols_nhrp"] |