summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface-parameters-ttl.xml.i
blob: a2e13d8d105e936186a5443fa89363c81f71d34b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- include start from interface-parameters-ttl.xml.i -->
<leafNode name="ttl">
  <properties>
    <help>Specifies TTL value to use in outgoing packets</help>
    <valueHelp>
      <format>0</format>
      <description>Inherit - copy value from original IP header</description>
    </valueHelp>
    <valueHelp>
      <format>1-255</format>
      <description>Time to Live</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 0-255"/>
    </constraint>
    <constraintErrorMessage>TTL must be between 0 and 255</constraintErrorMessage>
  </properties>
  <defaultValue>0</defaultValue>
</leafNode>
<!-- include end -->