diff options
author | DmitriyEshenko <dmitriy.eshenko@vyos.io> | 2020-12-29 18:29:42 +0000 |
---|---|---|
committer | DmitriyEshenko <dmitriy.eshenko@vyos.io> | 2020-12-29 18:29:42 +0000 |
commit | 5f9dea92362a46b65d0164882035d9dcff86a973 (patch) | |
tree | a187993b6e0ebc36696e3ea61f20a72aa701c852 /data/templates/accel-ppp/pppoe.config.tmpl | |
parent | 34426d045048e3ee3067301b0f8eed402e3d625c (diff) | |
download | vyos-1x-5f9dea92362a46b65d0164882035d9dcff86a973.tar.gz vyos-1x-5f9dea92362a46b65d0164882035d9dcff86a973.zip |
pppoe-server: T3160: Move called-sid param to required section
Diffstat (limited to 'data/templates/accel-ppp/pppoe.config.tmpl')
-rw-r--r-- | data/templates/accel-ppp/pppoe.config.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/pppoe.config.tmpl b/data/templates/accel-ppp/pppoe.config.tmpl index 1d6c1fefc..b39c4452d 100644 --- a/data/templates/accel-ppp/pppoe.config.tmpl +++ b/data/templates/accel-ppp/pppoe.config.tmpl @@ -126,6 +126,9 @@ 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' %} |