From 94ee47fdf975232de2855eb06adcff3403c4b5b8 Mon Sep 17 00:00:00 2001 From: DmitriyEshenko Date: Wed, 29 Dec 2021 14:05:07 +0000 Subject: l2tp-server: T4117: Add dae-server configuration to template --- data/templates/accel-ppp/l2tp.config.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/templates/accel-ppp/l2tp.config.tmpl b/data/templates/accel-ppp/l2tp.config.tmpl index a2a2382fa..24b81724b 100644 --- a/data/templates/accel-ppp/l2tp.config.tmpl +++ b/data/templates/accel-ppp/l2tp.config.tmpl @@ -88,7 +88,9 @@ verbose=1 {% for r in radius_server %} server={{ r.server }},{{ r.key }},auth-port={{ r.port }},acct-port={{ r.acct_port }},req-limit=0,fail-time={{ r.fail_time }} {% endfor %} - +{% if radius_dynamic_author.server is defined and radius_dynamic_author.server is not none %} +dae-server={{ radius_dynamic_author.server }}:{{ radius_dynamic_author.port }},{{ radius_dynamic_author.key }} +{% endif %} {% if radius_acct_inter_jitter %} acct-interim-jitter={{ radius_acct_inter_jitter }} {% endif %} -- cgit v1.2.3