summaryrefslogtreecommitdiff
path: root/data/templates/accel-ppp/l2tp.config.tmpl
AgeCommit message (Collapse)Author
2022-05-01accel-ppp: T4353: fix Jinja2 linting errorsChristian Poessinger
2021-10-16l2tp: T3724: allow setting accel-ppp l2tp host-nameMarek Isalski
2021-08-22l2tp: Jinja2 add trailing newlineChristian Poessinger
2020-11-28vyos.template: T2720: fix remaining in-line time_block syntaxChristian Poessinger
Commit a2ac9fac ("vyos.template: T2720: always enable Jinja2 trim_blocks feature") globally enabled the trim_blocks feature. Some templates still used in-line trim_blocks "{%"- or "-%}" which caused miss-placed line endings. This is fixed by removing all in-line trim_block statememnts of Jinja2 templates.
2020-09-26accel-ppp: T2918: Add accounting interim jitter optionsever-sever
2020-08-02accel-ppp: T2756: make RADIUS accounting port configurableChristian Poessinger
Make the port used for RADIUS accounting user configurable. This is now valid for the following services which are based on Accel-PPP: * ipoe-server * pppoe-server * l2tp * pptp * sstp
2020-06-08l2tp: T2565: Add missing gw-ip-addressDmitriyEshenko
2020-04-22accel-ppp: T2314: bugfix wrong placement of endif in Jinja2 templateChristian Poessinger
2020-04-18accel-ppp: T2314: use common tempplate for chap-secretsChristian Poessinger