blob: bd0d1e07099dc53b92a703592c9d0ddf397dae80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!-- include start from interface/parameters-flowlabel.xml.i -->
<leafNode name="flowlabel">
<properties>
<help>Specifies the flow label to use in outgoing packets</help>
<completionHelp>
<list>inherit</list>
</completionHelp>
<valueHelp>
<format>inherit</format>
<description>Copy field from original header</description>
</valueHelp>
<valueHelp>
<format>0x0-0x0fffff</format>
<description>Tunnel key, 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>
<!-- include end -->
|