summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-vxlan.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-30 16:30:05 +0100
committerChristian Poessinger <christian@poessinger.com>2020-12-30 16:31:21 +0100
commit37b33e3cedc2734c1339bbf4851703e7b5ff360c (patch)
treedb36c1838147a85cfac1db8778988d9b89e5b6e9 /interface-definitions/interfaces-vxlan.xml.in
parent5a19563a2938f3a4626637bb1c6b9164bb2a410d (diff)
downloadvyos-1x-37b33e3cedc2734c1339bbf4851703e7b5ff360c.tar.gz
vyos-1x-37b33e3cedc2734c1339bbf4851703e7b5ff360c.zip
xml: completion-help: add source-address completion helper
Commit bbc2a157 ("xml: completion-help: add helper for all local assigned IP addresses") added a completionHelper script listing all local assigned IPv4/IPv6 addresses. This commit extends the system to also list the available addresses for the source-address CLI nodes.
Diffstat (limited to 'interface-definitions/interfaces-vxlan.xml.in')
-rw-r--r--interface-definitions/interfaces-vxlan.xml.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/interface-definitions/interfaces-vxlan.xml.in b/interface-definitions/interfaces-vxlan.xml.in
index 4426f1157..8c76ab60b 100644
--- a/interface-definitions/interfaces-vxlan.xml.in
+++ b/interface-definitions/interfaces-vxlan.xml.in
@@ -37,18 +37,7 @@
</leafNode>
#include <include/interface-ipv4-options.xml.i>
#include <include/interface-ipv6-options.xml.i>
- <leafNode name="source-address">
- <properties>
- <help>VXLAN source address</help>
- <valueHelp>
- <format>ipv4</format>
- <description>IPv4 source-address of VXLAN tunnel</description>
- </valueHelp>
- <constraint>
- <validator name="ipv4-address"/>
- </constraint>
- </properties>
- </leafNode>
+ #include <include/source-address-ipv4.xml.i>
#include <include/source-interface.xml.i>
#include <include/interface-mac.xml.i>
#include <include/interface-mtu-1200-16000.xml.i>