summaryrefslogtreecommitdiff
path: root/interface-definitions/include/isis/high-low-label-value.xml.i
blob: 7026b03ddc92909a1e0f61efa28427f15533c7e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- include start from isis/high-low-label-value.xml.i -->
<leafNode name="low-label-value">
  <properties>
    <help>MPLS label lower bound</help>
    <valueHelp>
      <format>u32:16-1048575</format>
      <description>Label value - Suggested minimum value: 100</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 16-1048575"/>
    </constraint>
  </properties>
</leafNode>
<leafNode name="high-label-value">
  <properties>
    <help>MPLS label upper bound</help>
    <valueHelp>
      <format>u32:16-1048575</format>
      <description>Label value</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 16-1048575"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->