summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-auth-protocols.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-auth-protocols.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-auth-protocols.xml.i')
-rw-r--r--interface-definitions/include/accel-auth-protocols.xml.i31
1 files changed, 0 insertions, 31 deletions
diff --git a/interface-definitions/include/accel-auth-protocols.xml.i b/interface-definitions/include/accel-auth-protocols.xml.i
deleted file mode 100644
index c5cf743c6..000000000
--- a/interface-definitions/include/accel-auth-protocols.xml.i
+++ /dev/null
@@ -1,31 +0,0 @@
-<!-- include start from accel-auth-protocols.xml.i -->
-<leafNode name="protocols">
- <properties>
- <help>Authentication protocol for remote access peer SSTP VPN</help>
- <completionHelp>
- <list>pap chap mschap mschap-v2</list>
- </completionHelp>
- <valueHelp>
- <format>pap</format>
- <description>Authentication via PAP (Password Authentication Protocol)</description>
- </valueHelp>
- <valueHelp>
- <format>chap</format>
- <description>Authentication via CHAP (Challenge Handshake Authentication Protocol)</description>
- </valueHelp>
- <valueHelp>
- <format>mschap</format>
- <description>Authentication via MS-CHAP (Microsoft Challenge Handshake Authentication Protocol)</description>
- </valueHelp>
- <valueHelp>
- <format>mschap-v2</format>
- <description>Authentication via MS-CHAPv2 (Microsoft Challenge Handshake Authentication Protocol, version 2)</description>
- </valueHelp>
- <constraint>
- <regex>(pap|chap|mschap|mschap-v2)</regex>
- </constraint>
- <multi/>
- </properties>
- <defaultValue>pap chap mschap mschap-v2</defaultValue>
-</leafNode>
-<!-- include end -->