diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-16 17:55:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 17:55:35 +0200 |
commit | 9347dc53c5bd3d5712121524ea16f3030d735601 (patch) | |
tree | 8b7372c39006251bad91b7f130597bd128fc24eb /data/templates | |
parent | f105efc658b96a12eb4ecc12e245ecd67a6468e1 (diff) | |
parent | b9e1a141ee2a4767ec312de1251eabb802913de7 (diff) | |
download | vyos-1x-9347dc53c5bd3d5712121524ea16f3030d735601.tar.gz vyos-1x-9347dc53c5bd3d5712121524ea16f3030d735601.zip |
Merge pull request #1290 from sever-sever/T4373
ppppoe-server: T4373: Add option multiplier for correct shaping
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/accel-ppp/config_shaper_radius.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/config_shaper_radius.j2 b/data/templates/accel-ppp/config_shaper_radius.j2 index c256647e4..942cdf132 100644 --- a/data/templates/accel-ppp/config_shaper_radius.j2 +++ b/data/templates/accel-ppp/config_shaper_radius.j2 @@ -6,5 +6,8 @@ attr={{ authentication.radius.rate_limit.attribute }} {% if authentication.radius.rate_limit.vendor is vyos_defined %} vendor={{ authentication.radius.rate_limit.vendor }} {% endif %} +{% if authentication.radius.rate_limit.multiplier is vyos_defined %} +rate-multiplier={{ authentication.radius.rate_limit.multiplier }} +{% endif %} {% endif %} {% endif %} |