diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-04-11 19:24:38 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-04-11 19:24:38 +0000 |
commit | b897f00a008bab31264020948242cf76833ad3b8 (patch) | |
tree | e225d04fca302ba626d6c78a426b6d6478f761f3 /interface-definitions | |
parent | 0b0f991a86461ed725762010cf263fb2f0eaa16a (diff) | |
download | vyos-1x-b897f00a008bab31264020948242cf76833ad3b8.tar.gz vyos-1x-b897f00a008bab31264020948242cf76833ad3b8.zip |
T4727: Add RADIUS rate-limit attribute for vpn pptp
Add rate-limit attribute, multiplier, vendor specific attribute
for the [shaper] section
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn_pptp.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface-definitions/vpn_pptp.xml.in b/interface-definitions/vpn_pptp.xml.in index 9b84a00c1..8c2f4cc94 100644 --- a/interface-definitions/vpn_pptp.xml.in +++ b/interface-definitions/vpn_pptp.xml.in @@ -107,6 +107,11 @@ </tagNode> </children> </node> + <node name="radius"> + <children> + #include <include/accel-ppp/radius-additions-rate-limit.xml.i> + </children> + </node> #include <include/radius-server-ipv4.xml.i> #include <include/accel-ppp/radius-additions.xml.i> </children> |