diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-07-19 12:17:01 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-23 13:10:29 +0000 |
commit | 238197b213a85b885e7faa1bd84d0fc2cf85823b (patch) | |
tree | 9920552025f158c8e07d91e2194bd346f3584066 /data/templates | |
parent | 108eae8615c0cecde5b7ea8df4e2b65e6669ed35 (diff) | |
download | vyos-1x-238197b213a85b885e7faa1bd84d0fc2cf85823b.tar.gz vyos-1x-238197b213a85b885e7faa1bd84d0fc2cf85823b.zip |
SSTP-server: add missed pppd_compat modulemergify/bp/circinus/pr-3832
(cherry picked from commit 8c8054ad5410e8aedf6ab7a0702b317872d4fd41)
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/accel-ppp/sstp.config.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/sstp.config.j2 b/data/templates/accel-ppp/sstp.config.j2 index 38da829f3..45d0658af 100644 --- a/data/templates/accel-ppp/sstp.config.j2 +++ b/data/templates/accel-ppp/sstp.config.j2 @@ -16,6 +16,9 @@ net-snmp {% if limits is vyos_defined %} connlimit {% endif %} +{% if extended_scripts is vyos_defined %} +pppd_compat +{% endif %} [core] thread-count={{ thread_count }} |