diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-03 12:11:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-03 12:11:29 +0200 |
commit | a6c936997611de85dc73152297679d0b53095713 (patch) | |
tree | f4981a2cf1dbe081ac979f9025d4f25709be3c18 /interface-definitions/include/isis/password.xml.i | |
parent | 6f5e5119330e7b75ed5b20bbf337ec9f4a54ec04 (diff) | |
download | vyos-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.i | 20 |
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 --> |