summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-07-19 12:16:37 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-23 13:10:29 +0000
commit8fcaf79c6193df412e070abc6f50a3b1c73d2475 (patch)
tree939c1f1667f4f9d8facfb18b21ee46fa6ccf26f1
parent48b38c09bd0718966c200600db00c5dc317c9629 (diff)
downloadvyos-1x-8fcaf79c6193df412e070abc6f50a3b1c73d2475.tar.gz
vyos-1x-8fcaf79c6193df412e070abc6f50a3b1c73d2475.zip
PPTP-server: add missed pppd_compat module
(cherry picked from commit 440a3e6b89748bfd861f580fc8c4f41b58c6cec2)
-rw-r--r--data/templates/accel-ppp/pptp.config.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/pptp.config.j2 b/data/templates/accel-ppp/pptp.config.j2
index 44f35998b..52ef3cb0e 100644
--- a/data/templates/accel-ppp/pptp.config.j2
+++ b/data/templates/accel-ppp/pptp.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 }}