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:56:11 +0100 |
commit | e7edd9229dd6b870f892e419ffc671d4873a5540 (patch) | |
tree | 8c6f89483ea3a7e7e58d0908724c7fa7d33b0b11 /interface-definitions/include/accel-radius-additions.xml.i | |
parent | 9d0e8634c79f5347545ec28fffd3612c760e07df (diff) | |
download | vyos-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-radius-additions.xml.i')
-rw-r--r-- | interface-definitions/include/accel-radius-additions.xml.i | 153 |
1 files changed, 0 insertions, 153 deletions
diff --git a/interface-definitions/include/accel-radius-additions.xml.i b/interface-definitions/include/accel-radius-additions.xml.i deleted file mode 100644 index 3df0f88fa..000000000 --- a/interface-definitions/include/accel-radius-additions.xml.i +++ /dev/null @@ -1,153 +0,0 @@ -<!-- include start from accel-radius-additions.xml.i --> -<node name="radius"> - <children> - <leafNode name="acct-interim-jitter"> - <properties> - <help>Maximum jitter value in seconds to be applied to accounting information interval</help> - <valueHelp> - <format>1-60</format> - <description>Maximum jitter value in seconds</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-60"/> - </constraint> - <constraintErrorMessage>Jitter value must be between 1 and 60 seconds</constraintErrorMessage> - </properties> - </leafNode> - <tagNode name="server"> - <children> - <leafNode name="acct-port"> - <properties> - <help>Accounting port</help> - <valueHelp> - <format>1-65535</format> - <description>Numeric IP port (default: 1813)</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-65535"/> - </constraint> - </properties> - <defaultValue>1813</defaultValue> - </leafNode> - #include <include/accel-radius-additions-disable-accounting.xml.i> - <leafNode name="fail-time"> - <properties> - <help>Mark server unavailable for <n> seconds on failure</help> - <valueHelp> - <format>0-600</format> - <description>Fail time penalty</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 0-600"/> - </constraint> - <constraintErrorMessage>Fail time must be between 0 and 600 seconds</constraintErrorMessage> - </properties> - <defaultValue>0</defaultValue> - </leafNode> - </children> - </tagNode> - <leafNode name="timeout"> - <properties> - <help>Timeout in seconds to wait response from RADIUS server</help> - <valueHelp> - <format>1-60</format> - <description>Timeout in seconds</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-60"/> - </constraint> - <constraintErrorMessage>Timeout must be between 1 and 60 seconds</constraintErrorMessage> - </properties> - <defaultValue>3</defaultValue> - </leafNode> - <leafNode name="acct-timeout"> - <properties> - <help>Timeout for Interim-Update packets, terminate session afterwards (default 3 seconds)</help> - <valueHelp> - <format>0-60</format> - <description>Timeout in seconds, 0 to keep active</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 0-60"/> - </constraint> - <constraintErrorMessage>Timeout must be between 0 and 60 seconds</constraintErrorMessage> - </properties> - <defaultValue>3</defaultValue> - </leafNode> - <leafNode name="max-try"> - <properties> - <help>Number of tries to send Access-Request/Accounting-Request queries</help> - <valueHelp> - <format>1-20</format> - <description>Maximum tries</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-20"/> - </constraint> - <constraintErrorMessage>Maximum tries must be between 1 and 20</constraintErrorMessage> - </properties> - <defaultValue>3</defaultValue> - </leafNode> - <leafNode name="nas-identifier"> - <properties> - <help>NAS-Identifier attribute sent to RADIUS</help> - </properties> - </leafNode> - <leafNode name="nas-ip-address"> - <properties> - <help>NAS-IP-Address attribute sent to RADIUS</help> - <constraint> - <validator name="ipv4-address"/> - </constraint> - <valueHelp> - <format>ipv4</format> - <description>NAS-IP-Address attribute</description> - </valueHelp> - </properties> - </leafNode> - <leafNode name="preallocate-vif"> - <properties> - <help>Enable attribute NAS-Port-Id in Access-Request</help> - <valueless/> - </properties> - </leafNode> - <node name="dynamic-author"> - <properties> - <help>Dynamic Authorization Extension/Change of Authorization server</help> - </properties> - <children> - <leafNode name="server"> - <properties> - <help>IP address for Dynamic Authorization Extension server (DM/CoA)</help> - <constraint> - <validator name="ipv4-address"/> - </constraint> - <valueHelp> - <format>ipv4</format> - <description>IPv4 address for aynamic authorization server</description> - </valueHelp> - </properties> - </leafNode> - <leafNode name="port"> - <properties> - <help>Port for Dynamic Authorization Extension server (DM/CoA) (default: 1700)</help> - <valueHelp> - <format>u32:1-65535</format> - <description>TCP port</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-65535"/> - </constraint> - </properties> - <defaultValue>1700</defaultValue> - </leafNode> - <leafNode name="key"> - <properties> - <help>Shared secret for Dynamic Authorization Extension server</help> - </properties> - </leafNode> - </children> - </node> - </children> -</node> -<!-- include end --> |