summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEshenko Dmitriy <dmitriy.eshenko@vyos.io>2021-06-03 09:26:59 +0300
committerGitHub <noreply@github.com>2021-06-03 08:26:59 +0200
commit4b646c1fb31a1a9f9c9d1658734d478fed5f19f1 (patch)
treec4c6bfbfc7f183313f4504f53f8a0d54b0f2a6f1
parent2ba25761bd6e8c18ee2c25c5a49b60a49f185137 (diff)
downloadvyos-1x-4b646c1fb31a1a9f9c9d1658734d478fed5f19f1.tar.gz
vyos-1x-4b646c1fb31a1a9f9c9d1658734d478fed5f19f1.zip
pppoe-server: T3593: Change called-sid position in template
-rw-r--r--data/templates/accel-ppp/pppoe.config.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/accel-ppp/pppoe.config.tmpl b/data/templates/accel-ppp/pppoe.config.tmpl
index f241f034a..05ac31d18 100644
--- a/data/templates/accel-ppp/pppoe.config.tmpl
+++ b/data/templates/accel-ppp/pppoe.config.tmpl
@@ -137,6 +137,9 @@ service-name={{ service_name | join(',') }}
{% endfor %}
pado-delay={{ pado_delay_param.value }}
{% endif %}
+{% if authentication.radius.called_sid_format is defined and authentication.radius.called_sid_format is not none %}
+called-sid={{ authentication.radius.called_sid_format }}
+{% endif %}
{% if limits is defined %}
[connlimit]
@@ -150,9 +153,6 @@ burst={{ limits.burst }}
timeout={{ limits.timeout }}
{% endif %}
{% endif %}
-{% if authentication.radius.called_sid_format is defined and authentication.radius.called_sid_format is not none %}
-called-sid={{ authentication.radius.called_sid_format }}
-{% endif %}
{# Common RADIUS shaper configuration #}
{% include 'accel-ppp/config_shaper_radius.j2' %}