summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-auth-mode.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:54:39 +0100
commit59ad580cdea2e66e24470ee3d84f29a8619b7bf9 (patch)
treec66f98ef886f51f6ab6bebbf3fcaef13b5114b35 /interface-definitions/include/accel-auth-mode.xml.i
parentb331f6e7ba6e26d5e375121df675d97d2abfd3ac (diff)
downloadvyos-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-auth-mode.xml.i')
-rw-r--r--interface-definitions/include/accel-auth-mode.xml.i22
1 files changed, 0 insertions, 22 deletions
diff --git a/interface-definitions/include/accel-auth-mode.xml.i b/interface-definitions/include/accel-auth-mode.xml.i
deleted file mode 100644
index 81d687182..000000000
--- a/interface-definitions/include/accel-auth-mode.xml.i
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- include start from accel-auth-mode.xml.i -->
-<leafNode name="mode">
- <properties>
- <help>Authentication mode used by this server</help>
- <valueHelp>
- <format>local</format>
- <description>Use local username/password configuration</description>
- </valueHelp>
- <valueHelp>
- <format>radius</format>
- <description>Use RADIUS server for user autentication</description>
- </valueHelp>
- <constraint>
- <regex>(local|radius)</regex>
- </constraint>
- <completionHelp>
- <list>local radius</list>
- </completionHelp>
- </properties>
- <defaultValue>local</defaultValue>
-</leafNode>
-<!-- include end -->