diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-07 18:20:29 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-07 18:20:29 +0100 |
commit | 345db48254e2ba94680510d08e85c08d5a6dae37 (patch) | |
tree | 996f8db67661a0997bf8d5faaaa90653c12b7324 /interface-definitions/system-ip.xml.in | |
parent | 55f5a4e17e4a27049b4816ebf9d9cd9d4f078b3f (diff) | |
download | vyos-1x-345db48254e2ba94680510d08e85c08d5a6dae37.tar.gz vyos-1x-345db48254e2ba94680510d08e85c08d5a6dae37.zip |
system: T3119: migrate "system ip" to get_config_dict() incl. smoketest
Diffstat (limited to 'interface-definitions/system-ip.xml.in')
-rw-r--r-- | interface-definitions/system-ip.xml.in | 3 |
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> |