summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-07-19 12:16:17 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-23 13:10:28 +0000
commit48b38c09bd0718966c200600db00c5dc317c9629 (patch)
treeb27f012f709a3245f0bdb53292acbf4eae3dfba1
parent39e915e50860d3d077ec01bb42b01dfd0f94bf6d (diff)
downloadvyos-1x-48b38c09bd0718966c200600db00c5dc317c9629.tar.gz
vyos-1x-48b38c09bd0718966c200600db00c5dc317c9629.zip
L2TP-server: add missed pppd_compat module
(cherry picked from commit ef50cd9954a2d6eb2a041c26a0bb8ea0758b1f17)
-rw-r--r--data/templates/accel-ppp/l2tp.config.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/l2tp.config.j2 b/data/templates/accel-ppp/l2tp.config.j2
index db4db66a7..099bc59da 100644
--- a/data/templates/accel-ppp/l2tp.config.j2
+++ b/data/templates/accel-ppp/l2tp.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 }}