summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/set-packet-modifications-hop-limit.xml.i
blob: 8a6e5347a887347847b06709f27a210f56fef94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- include start from firewall/set-packet-modifications-hop-limit.xml.i -->
<node name="set">
  <properties>
    <help>Packet modifications</help>
  </properties>
  <children>
    <leafNode name="hop-limit">
      <properties>
        <help>Set hop limit</help>
        <valueHelp>
          <format>u32:0-255</format>
          <description>Hop limit number</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 0-255"/>
        </constraint>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->