summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ospf/high-low-label-value.xml.i
blob: 4b677992245a94fda555962892808fd920ca408b (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 ospf/high-low-label-value.xml.i -->
<leafNode name="low-label-value">
  <properties>
    <help>MPLS label lower bound</help>
    <valueHelp>
      <format>u32:100-1048575</format>
      <description>Label value</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:100-1048575</format>
      <description>Label value</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 16-1048575"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->