summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-07-19 12:17:01 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-23 13:10:29 +0000
commit3207197e660f9de8b15b65a6e443867838ba7b00 (patch)
treeb04ba61aefc061051b6358262631b3d4f63b5ea9
parent8fcaf79c6193df412e070abc6f50a3b1c73d2475 (diff)
downloadvyos-1x-3207197e660f9de8b15b65a6e443867838ba7b00.tar.gz
vyos-1x-3207197e660f9de8b15b65a6e443867838ba7b00.zip
SSTP-server: add missed pppd_compat modulemergify/bp/sagitta/pr-3832
(cherry picked from commit 8c8054ad5410e8aedf6ab7a0702b317872d4fd41)
-rw-r--r--data/templates/accel-ppp/sstp.config.j23
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 }}