diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-07-19 12:16:17 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-23 13:10:28 +0000 |
commit | e91e8f8fe5c771c64990ea9add1e6a2182bc10fa (patch) | |
tree | 62a456621294500139e91196ba0010247cdbaa73 /data/templates | |
parent | 87f0bb89d2a9091eb30c96770eff3f50685a388e (diff) | |
download | vyos-1x-e91e8f8fe5c771c64990ea9add1e6a2182bc10fa.tar.gz vyos-1x-e91e8f8fe5c771c64990ea9add1e6a2182bc10fa.zip |
L2TP-server: add missed pppd_compat module
(cherry picked from commit ef50cd9954a2d6eb2a041c26a0bb8ea0758b1f17)
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/accel-ppp/l2tp.config.j2 | 3 |
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 }} |