summaryrefslogtreecommitdiff
path: root/interface-definitions/system-ipv6.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-03-25 18:53:50 +0100
committerChristian Poessinger <christian@poessinger.com>2022-03-25 19:15:48 +0100
commitd2ad75c59f2e2776d1ce663b64af77a22a7764fd (patch)
treebb9f1ffd19578c97fc3037e0662c551b92645076 /interface-definitions/system-ipv6.xml.in
parentae72c771677b36d7c00369d1bc7467734a93b886 (diff)
downloadvyos-1x-d2ad75c59f2e2776d1ce663b64af77a22a7764fd.tar.gz
vyos-1x-d2ad75c59f2e2776d1ce663b64af77a22a7764fd.zip
xml: T4319: use common building block for table-size CLI option
(cherry picked from commit eaf4b60c9e7fa094d17b87b29bebaf81182ee7a1)
Diffstat (limited to 'interface-definitions/system-ipv6.xml.in')
-rw-r--r--interface-definitions/system-ipv6.xml.in14
1 files changed, 2 insertions, 12 deletions
diff --git a/interface-definitions/system-ipv6.xml.in b/interface-definitions/system-ipv6.xml.in
index ff1080544..af4dcdb0f 100644
--- a/interface-definitions/system-ipv6.xml.in
+++ b/interface-definitions/system-ipv6.xml.in
@@ -36,20 +36,10 @@
</node>
<node name="neighbor">
<properties>
- <help>Parameters for Neighbor cache</help>
+ <help>Parameters for neighbor discovery cache</help>
</properties>
<children>
- <leafNode name="table-size">
- <properties>
- <help>Maximum number of entries to keep in the Neighbor cache</help>
- <completionHelp>
- <list>1024 2048 4096 8192 16384 32768</list>
- </completionHelp>
- <constraint>
- <regex>^(1024|2048|4096|8192|16384|32768)$</regex>
- </constraint>
- </properties>
- </leafNode>
+ #include <include/arp-ndp-table-size.xml.i>
</children>
</node>
<leafNode name="strict-dad">