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 | 3207197e660f9de8b15b65a6e443867838ba7b00 (patch) | |
tree | b04ba61aefc061051b6358262631b3d4f63b5ea9 | |
parent | 8fcaf79c6193df412e070abc6f50a3b1c73d2475 (diff) | |
download | vyos-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.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 }} |