diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-14 16:44:55 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-14 16:54:39 +0100 |
commit | 59ad580cdea2e66e24470ee3d84f29a8619b7bf9 (patch) | |
tree | c66f98ef886f51f6ab6bebbf3fcaef13b5114b35 /interface-definitions/include/accel-radius-additions-rate-limit.xml.i | |
parent | b331f6e7ba6e26d5e375121df675d97d2abfd3ac (diff) | |
download | vyos-1x-59ad580cdea2e66e24470ee3d84f29a8619b7bf9.tar.gz vyos-1x-59ad580cdea2e66e24470ee3d84f29a8619b7bf9.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-radius-additions-rate-limit.xml.i')
-rw-r--r-- | interface-definitions/include/accel-radius-additions-rate-limit.xml.i | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/interface-definitions/include/accel-radius-additions-rate-limit.xml.i b/interface-definitions/include/accel-radius-additions-rate-limit.xml.i deleted file mode 100644 index 8c37c62d1..000000000 --- a/interface-definitions/include/accel-radius-additions-rate-limit.xml.i +++ /dev/null @@ -1,26 +0,0 @@ -<!-- include start from accel-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 --> |