diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-03 12:11:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-06 20:18:06 +0200 |
commit | 982cb6768f8bc9255d68ebb7669421c7410ec080 (patch) | |
tree | 4b0dbfd9627583f1af8c45c829d17743f7d59777 /interface-definitions/include/isis/password.xml.i | |
parent | 8ca5b232877fddc1c7bceeb26332e0caccfca279 (diff) | |
download | vyos-1x-982cb6768f8bc9255d68ebb7669421c7410ec080.tar.gz vyos-1x-982cb6768f8bc9255d68ebb7669421c7410ec080.zip |
isis: T4336: add support for MD5 authentication password on a circuit
(cherry picked from commit a6c936997611de85dc73152297679d0b53095713)
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 --> |