summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-ppp/radius-additions-rate-limit.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-14 16:44:55 +0100
committerChristian Poessinger <christian@poessinger.com>2021-03-14 16:56:11 +0100
commite7edd9229dd6b870f892e419ffc671d4873a5540 (patch)
tree8c6f89483ea3a7e7e58d0908724c7fa7d33b0b11 /interface-definitions/include/accel-ppp/radius-additions-rate-limit.xml.i
parent9d0e8634c79f5347545ec28fffd3612c760e07df (diff)
downloadvyos-1x-e7edd9229dd6b870f892e419ffc671d4873a5540.tar.gz
vyos-1x-e7edd9229dd6b870f892e419ffc671d4873a5540.zip
xml: accel-ppp: move building blocks to subfolder
As the amount of include files now has reached a certain amount, it is getting more and more crowsded, thuse introducing "per topic" subdirectories on the filesystem to keep a clean structure makes sense.
Diffstat (limited to 'interface-definitions/include/accel-ppp/radius-additions-rate-limit.xml.i')
-rw-r--r--interface-definitions/include/accel-ppp/radius-additions-rate-limit.xml.i26
1 files changed, 26 insertions, 0 deletions
diff --git a/interface-definitions/include/accel-ppp/radius-additions-rate-limit.xml.i b/interface-definitions/include/accel-ppp/radius-additions-rate-limit.xml.i
new file mode 100644
index 000000000..be49fce5a
--- /dev/null
+++ b/interface-definitions/include/accel-ppp/radius-additions-rate-limit.xml.i
@@ -0,0 +1,26 @@
+<!-- include start from accel-ppp/radius-additions-rate-limit.xml.i -->
+<node name="rate-limit">
+ <properties>
+ <help>Upload/Download speed limits</help>
+ </properties>
+ <children>
+ <leafNode name="attribute">
+ <properties>
+ <help>Specifies which radius attribute contains rate information. (default is Filter-Id)</help>
+ </properties>
+ <defaultValue>Filter-Id</defaultValue>
+ </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>
+ <valueless />
+ </properties>
+ </leafNode>
+ </children>
+</node>
+<!-- include end -->