diff options
author | hagbard <vyosdev@derith.de> | 2019-06-18 15:07:41 -0700 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2020-01-17 14:01:46 -0600 |
commit | caec7a022a5760cac1bf67499e77c3028571d510 (patch) | |
tree | 6bda8e07fd50766e07bd881eccb582a397c2a2a3 /interface-definitions | |
parent | d1b12cf8bbe964e9cdb6c0e60fe74d5c410d448c (diff) | |
download | vyos-1x-caec7a022a5760cac1bf67499e77c3028571d510.tar.gz vyos-1x-caec7a022a5760cac1bf67499e77c3028571d510.zip |
[pppoe-server] T1452 - add vendor option to shaper
(cherry picked from commit 85c9e0200a4619f0388b7fd7ba9a03f4be933ef5)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/pppoe-server.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface-definitions/pppoe-server.xml b/interface-definitions/pppoe-server.xml index 1190cd9ff..18b0e649c 100644 --- a/interface-definitions/pppoe-server.xml +++ b/interface-definitions/pppoe-server.xml @@ -194,6 +194,11 @@ <help>Specifies which radius attribute contains rate information. (default is Filter-Id)</help> </properties> </leafNode> + <leafNode name="vendor"> + <properties> + <help>Specifies the vendor dictionary. (dictionary needs to be in /usr/share/accel-ppp/radius)</help> + </properties> + </leafNode> <leafNode name="enable"> <properties> <help>Enables Bandwidth shaping via RADIUS</help> |