summaryrefslogtreecommitdiff
path: root/interface-definitions/include/isis/password.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-04-03 12:11:29 +0200
committerChristian Poessinger <christian@poessinger.com>2022-04-03 12:11:29 +0200
commita6c936997611de85dc73152297679d0b53095713 (patch)
treef4981a2cf1dbe081ac979f9025d4f25709be3c18 /interface-definitions/include/isis/password.xml.i
parent6f5e5119330e7b75ed5b20bbf337ec9f4a54ec04 (diff)
downloadvyos-1x-a6c936997611de85dc73152297679d0b53095713.tar.gz
vyos-1x-a6c936997611de85dc73152297679d0b53095713.zip
isis: T4336: add support for MD5 authentication password on a circuit
Diffstat (limited to 'interface-definitions/include/isis/password.xml.i')
-rw-r--r--interface-definitions/include/isis/password.xml.i20
1 files changed, 20 insertions, 0 deletions
diff --git a/interface-definitions/include/isis/password.xml.i b/interface-definitions/include/isis/password.xml.i
new file mode 100644
index 000000000..27c3b0fa0
--- /dev/null
+++ b/interface-definitions/include/isis/password.xml.i
@@ -0,0 +1,20 @@
+<!-- include start from isis/password.xml.i -->
+<leafNode name="plaintext-password">
+ <properties>
+ <help>Plain-text authentication type</help>
+ <valueHelp>
+ <format>txt</format>
+ <description>Circuit password</description>
+ </valueHelp>
+ </properties>
+</leafNode>
+<leafNode name="md5">
+ <properties>
+ <help>MD5 authentication type</help>
+ <valueHelp>
+ <format>txt</format>
+ <description>Level-wide password</description>
+ </valueHelp>
+ </properties>
+</leafNode>
+<!-- include end -->