summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-auth-local-users.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-10-02 17:42:29 +0200
committerChristian Poessinger <christian@poessinger.com>2020-10-02 17:42:29 +0200
commitba0509379c5ca47e4a78fef920d14a52a46b8e82 (patch)
tree863b9c542d98a07515a964fc6e3c4677e141ea71 /interface-definitions/include/accel-auth-local-users.xml.i
parentf7907fbdbbe21058694b1076028ea4c19b9045eb (diff)
downloadvyos-1x-ba0509379c5ca47e4a78fef920d14a52a46b8e82.tar.gz
vyos-1x-ba0509379c5ca47e4a78fef920d14a52a46b8e82.zip
acces-ppp: T2953: drop redundant CLI definitions
Diffstat (limited to 'interface-definitions/include/accel-auth-local-users.xml.i')
-rw-r--r--interface-definitions/include/accel-auth-local-users.xml.i56
1 files changed, 56 insertions, 0 deletions
diff --git a/interface-definitions/include/accel-auth-local-users.xml.i b/interface-definitions/include/accel-auth-local-users.xml.i
new file mode 100644
index 000000000..4dc6c6dff
--- /dev/null
+++ b/interface-definitions/include/accel-auth-local-users.xml.i
@@ -0,0 +1,56 @@
+<!-- included start from accel-auth-local-users.xml.i -->
+<node name="local-users">
+ <properties>
+ <help>Local user authentication for PPPoE server</help>
+ </properties>
+ <children>
+ <tagNode name="username">
+ <properties>
+ <help>User name for authentication</help>
+ </properties>
+ <children>
+ <leafNode name="disable">
+ <properties>
+ <help>Option to disable a PPPoE Server user</help>
+ <valueless/>
+ </properties>
+ </leafNode>
+ <leafNode name="password">
+ <properties>
+ <help>Password for authentication</help>
+ </properties>
+ </leafNode>
+ <leafNode name="static-ip">
+ <properties>
+ <help>Static client IP address</help>
+ </properties>
+ <defaultValue>*</defaultValue>
+ </leafNode>
+ <node name="rate-limit">
+ <properties>
+ <help>Upload/Download speed limits</help>
+ </properties>
+ <children>
+ <leafNode name="upload">
+ <properties>
+ <help>Upload bandwidth limit in kbits/sec</help>
+ <constraint>
+ <validator name="numeric" argument="--range 1-65535"/>
+ </constraint>
+ </properties>
+ </leafNode>
+ <leafNode name="download">
+ <properties>
+ <help>Download bandwidth limit in kbits/sec</help>
+ <constraint>
+ <validator name="numeric" argument="--range 1-65535"/>
+ </constraint>
+ </properties>
+ </leafNode>
+ </children>
+ </node>
+ </children>
+ </tagNode>
+ </children>
+</node>
+<!-- included end -->