summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface-parameters-flowlabel.xml.i
blob: ae65c27c9153dbebf503dd810648fa4e3e5a2f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- included start from interface-parameters-flowlabel.xml.i -->
<leafNode name="flowlabel">
  <properties>
    <help>Specifies the flow label to use in outgoing packets</help>
    <valueHelp>
      <format>0x0-0x0FFFFF</format>
      <description>Tunnel key, 'inherit' or hex value</description>
    </valueHelp>
    <constraint>
      <regex>^((0x){0,1}(0?[0-9A-Fa-f]{1,5})|inherit)$</regex>
    </constraint>
    <constraintErrorMessage>Must be 'inherit' or a number</constraintErrorMessage>
  </properties>
  <defaultValue>inherit</defaultValue>
</leafNode>
<!-- included end -->