summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-30 23:45:32 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-30 23:45:32 +0100
commit3c233a8952b069892298662c4c757b5a6ffe3561 (patch)
treeccbafca3f4f2c01784c971fc45ca371edfb02c10
parentc7b0585fa97779fc070f4a4a0fe825eb0729023c (diff)
downloadvyos-1x-3c233a8952b069892298662c4c757b5a6ffe3561.tar.gz
vyos-1x-3c233a8952b069892298662c4c757b5a6ffe3561.zip
vxlan: T1922: add support for IPv6 underlay
-rw-r--r--interface-definitions/interfaces-vxlan.xml.in16
1 files changed, 12 insertions, 4 deletions
diff --git a/interface-definitions/interfaces-vxlan.xml.in b/interface-definitions/interfaces-vxlan.xml.in
index f6b5cadac..ec15a806a 100644
--- a/interface-definitions/interfaces-vxlan.xml.in
+++ b/interface-definitions/interfaces-vxlan.xml.in
@@ -24,10 +24,14 @@
<help>Multicast group address for VXLAN interface</help>
<valueHelp>
<format>ipv4</format>
- <description>Multicast group address</description>
+ <description>Multicast IPv4 group address</description>
+ </valueHelp>
+ <valueHelp>
+ <format>ipv6</format>
+ <description>Multicast IPv6 group address</description>
</valueHelp>
<constraint>
- <validator name="ipv4-address"/>
+ <validator name="ip-address"/>
</constraint>
</properties>
</leafNode>
@@ -55,10 +59,14 @@
<help>Remote address of VXLAN tunnel</help>
<valueHelp>
<format>ipv4</format>
- <description>Remote address of VXLAN tunnel</description>
+ <description>Remote IPv4 address of VXLAN tunnel</description>
+ </valueHelp>
+ <valueHelp>
+ <format>ipv6</format>
+ <description>Remote IPv6 address of VXLAN tunnel</description>
</valueHelp>
<constraint>
- <validator name="ipv4-address"/>
+ <validator name="ip-address"/>
</constraint>
</properties>
</leafNode>