summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ospf/ospf-metric.xml.i
blob: 125aedea7faf202d1dc4609f32b881be3ed70ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from ospf/ospf-metric.xml.i -->
<leafNode name="metric">
  <properties>
    <help>OSPF default metric</help>
    <valueHelp>
      <format>u32:0-16777214</format>
      <description>Default metric</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 0-16777214"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->