summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface-parameters-ttl.xml.i
blob: a6a6f163f83ce5de15cde38b567219c2921fadab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- included start from interface-parameters-ttl.xml.i -->
<leafNode name="ttl">
  <properties>
    <help>Specifies TTL value to use in outgoing packets (default: 0)</help>
    <valueHelp>
      <format>0</format>
      <description>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>
<!-- included end -->