summaryrefslogtreecommitdiff
path: root/data/config-mode-dependencies
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-09 20:52:15 +0200
committerChristian Breunig <christian@breunig.cc>2024-06-09 20:52:15 +0200
commit42294ccd904773fa19a6af0f37cf9526321d87e4 (patch)
tree884bca038dbce067a14c9ffd8d7718b83b26423b /data/config-mode-dependencies
parent395bd4eb850ff5763a82f29b1ff398c41e200f09 (diff)
downloadvyos-1x-42294ccd904773fa19a6af0f37cf9526321d87e4.tar.gz
vyos-1x-42294ccd904773fa19a6af0f37cf9526321d87e4.zip
pki: T6464: sstpc interface not reloaded when updating SSL certificate(s)
The SSTPC client was not reloaded/restarted with the new SSL certificate(s) after a change in the PKI subsystem. This was due to missing dependencies.
Diffstat (limited to 'data/config-mode-dependencies')
-rw-r--r--data/config-mode-dependencies/vyos-1x.json3
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"]