summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-27 21:56:07 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-27 21:56:07 +0100
commit760f5891018988e5bb6ac88bdd8df6f490a6283f (patch)
treea640bf4c802e63e2e66c99cc65223fd272932630 /interface-definitions/include
parentd55ec755c14b421bfaf4074c2ec83d8d16bd784d (diff)
downloadvyos-1x-760f5891018988e5bb6ac88bdd8df6f490a6283f.tar.gz
vyos-1x-760f5891018988e5bb6ac88bdd8df6f490a6283f.zip
geneve: T2653: add IPv6 support
Diffstat (limited to 'interface-definitions/include')
-rw-r--r--interface-definitions/include/tunnel-remote.xml.i18
1 files changed, 18 insertions, 0 deletions
diff --git a/interface-definitions/include/tunnel-remote.xml.i b/interface-definitions/include/tunnel-remote.xml.i
new file mode 100644
index 000000000..d5b50d3f6
--- /dev/null
+++ b/interface-definitions/include/tunnel-remote.xml.i
@@ -0,0 +1,18 @@
+<!-- included start from tunnel-remote.xml.i -->
+<leafNode name="remote">
+ <properties>
+ <help>Tunnel remote address</help>
+ <valueHelp>
+ <format>ipv4</format>
+ <description>Tunnel remote IPv4 address</description>
+ </valueHelp>
+ <valueHelp>
+ <format>ipv6</format>
+ <description>Tunnel remote IPv6 address</description>
+ </valueHelp>
+ <constraint>
+ <validator name="ip-address"/>
+ </constraint>
+ </properties>
+</leafNode>
+<!-- included end -->