diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-25 18:53:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-25 18:53:50 +0100 |
commit | eaf4b60c9e7fa094d17b87b29bebaf81182ee7a1 (patch) | |
tree | 35c95b88220420028b20dc377913e65adde4e593 /interface-definitions/system-ip.xml.in | |
parent | 87ccafd06b897b63f847e6b47cf72b951b0ed223 (diff) | |
download | vyos-1x-eaf4b60c9e7fa094d17b87b29bebaf81182ee7a1.tar.gz vyos-1x-eaf4b60c9e7fa094d17b87b29bebaf81182ee7a1.zip |
xml: T4319: use common building block for table-size CLI option
Diffstat (limited to 'interface-definitions/system-ip.xml.in')
-rw-r--r-- | interface-definitions/system-ip.xml.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/interface-definitions/system-ip.xml.in b/interface-definitions/system-ip.xml.in index b43100418..21d70694b 100644 --- a/interface-definitions/system-ip.xml.in +++ b/interface-definitions/system-ip.xml.in @@ -14,18 +14,7 @@ <help>Parameters for ARP cache</help> </properties> <children> - <leafNode name="table-size"> - <properties> - <help>Maximum number of entries to keep in the ARP 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 <include/arp-ndp-table-size.xml.i> </children> </node> <leafNode name="disable-forwarding"> |