summaryrefslogtreecommitdiff
path: root/interface-definitions/include/arp-ndp-table-size.xml.i
blob: dec86e91a7d43c22b5f3070e6d8fdf1d3a32296f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from arp-ndp-table-size.xml.i -->
<leafNode name="table-size">
  <properties>
    <help>Maximum number of entries to keep in the cache</help>
    <completionHelp>
      <list>1024 2048 4096 8192 16384 32768</list>
    </completionHelp>
    <constraint>
      <regex>(1024|2048|4096|8192|16384|32768)</regex>
    </constraint>
  </properties>
  <defaultValue>8192</defaultValue>
</leafNode>
<!-- include end -->