diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-07-19 12:15:54 +0000 |
|---|---|---|
| committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-07-19 12:15:54 +0000 |
| commit | b92bc209cc1d6ed54a5fa052e0c27c54488ae955 (patch) | |
| tree | b3cd66fc7774b755a25b3811a7290693fc01dfb9 | |
| parent | 35644bc5a166c86596272c8b020679aa92034a9f (diff) | |
| download | vyos-1x-b92bc209cc1d6ed54a5fa052e0c27c54488ae955.tar.gz vyos-1x-b92bc209cc1d6ed54a5fa052e0c27c54488ae955.zip | |
IPoE-server: add missed pppd_compat module
| -rw-r--r-- | data/templates/accel-ppp/ipoe.config.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/ipoe.config.j2 b/data/templates/accel-ppp/ipoe.config.j2 index d87b90473..9729b295e 100644 --- a/data/templates/accel-ppp/ipoe.config.j2 +++ b/data/templates/accel-ppp/ipoe.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 }} |
