summaryrefslogtreecommitdiff
path: root/interface-definitions/include/isis/password.xml.i
blob: 27c3b0fa0a0a8dd1fd56676b00d9e1f03976be1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 -->