summaryrefslogtreecommitdiff
path: root/interface-definitions/include/pim/packets.xml.i
blob: 1dc00c9712822fc664c5e366dfa41b5ade26d435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- include start from pim/packets.xml.i -->
<leafNode name="packets">
  <properties>
    <help>Packets to process at once</help>
    <valueHelp>
      <format>u32:1-255</format>
      <description>Number of packets</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-255"/>
    </constraint>
  </properties>
  <defaultValue>3</defaultValue>
</leafNode>
<!-- include end -->