summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/system-ip.xml.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-definitions/system-ip.xml.in b/interface-definitions/system-ip.xml.in
index 14b3b8a07..0bd461042 100644
--- a/interface-definitions/system-ip.xml.in
+++ b/interface-definitions/system-ip.xml.in
@@ -15,7 +15,7 @@
<children>
<leafNode name="table-size">
<properties>
- <help>Maximum number of entries to keep in the ARP cache</help>
+ <help>Maximum number of entries to keep in the ARP cache (default: 8192)</help>
<completionHelp>
<list>1024 2048 4096 8192 16384 32768</list>
</completionHelp>
@@ -23,6 +23,7 @@
<regex>(1024|2048|4096|8192|16384|32768)</regex>
</constraint>
</properties>
+ <defaultValue>8192</defaultValue>
</leafNode>
</children>
</node>