summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface-parameters-flowlabel.xml.i
blob: 0723c4b47be00d869615d689c0b39d416785ad25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- 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>
</leafNode>
<!-- included end -->