diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-07 07:34:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 07:34:24 +0200 |
commit | 23f7ef7e9e79b1f159c3e874c2237b5b804d9380 (patch) | |
tree | 6b1f1e912830a2b334f82431e92d0360c23533ca /data/templates/accel-ppp | |
parent | 14fb822154015dc7944187361153b4fed205730e (diff) | |
parent | 067cc12d0e6e52044df48f6f612cb4db1d4ad80c (diff) | |
download | vyos-1x-23f7ef7e9e79b1f159c3e874c2237b5b804d9380.tar.gz vyos-1x-23f7ef7e9e79b1f159c3e874c2237b5b804d9380.zip |
Merge branch 'current' into radius-rate-limit-comp
Diffstat (limited to 'data/templates/accel-ppp')
-rw-r--r-- | data/templates/accel-ppp/pptp.config.j2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/pptp.config.j2 b/data/templates/accel-ppp/pptp.config.j2 index cc1a45d6b..442830b6b 100644 --- a/data/templates/accel-ppp/pptp.config.j2 +++ b/data/templates/accel-ppp/pptp.config.j2 @@ -93,6 +93,15 @@ bind={{ radius_source_address }} gw-ip-address={{ gw_ip }} {% endif %} +{% if radius_shaper_attr %} +[shaper] +verbose=1 +attr={{ radius_shaper_attr }} +{% if radius_shaper_vendor %} +vendor={{ radius_shaper_vendor }} +{% endif %} +{% endif %} + [cli] tcp=127.0.0.1:2003 |