summaryrefslogtreecommitdiff
path: root/interface-definitions/include/static/static-route-tag.xml.i
blob: 24bfa732ef58ba255afffdf0d17494da44621a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from static/static-route-tag.xml.i -->
<leafNode name="tag">
  <properties>
    <help>Tag value for this route</help>
    <valueHelp>
      <format>u32:1-4294967295</format>
      <description>Tag value for this route</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-4294967295"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->