summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface/parameters-tos.xml.i
blob: 1b342a43eedea93d98aaa3164e5a97b42c715cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- include start from interface/tunnel-parameters-tos.xml.i -->
<leafNode name="tos">
  <properties>
    <help>Specifies TOS value to use in outgoing packets</help>
    <valueHelp>
      <format>u32:0-99</format>
      <description>Type of Service (TOS)</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 0-99"/>
    </constraint>
    <constraintErrorMessage>TOS must be between 0 and 99</constraintErrorMessage>
  </properties>
  <defaultValue>inherit</defaultValue>
</leafNode>
<!-- include end -->