diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-01 10:56:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-01 10:56:53 +0200 |
commit | 9773d27aa2d8109037ac5c18b6a97ac1964d88f2 (patch) | |
tree | 516bf954be99aa968fd2771ddce87fdedb0dff90 /interface-definitions/interfaces-vti.xml.in | |
parent | c80d162d7774528a934f40cc699c881226b538d3 (diff) | |
download | vyos-1x-9773d27aa2d8109037ac5c18b6a97ac1964d88f2.tar.gz vyos-1x-9773d27aa2d8109037ac5c18b6a97ac1964d88f2.zip |
vti: T2455: add IPv6 address support
Diffstat (limited to 'interface-definitions/interfaces-vti.xml.in')
-rw-r--r-- | interface-definitions/interfaces-vti.xml.in | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/interface-definitions/interfaces-vti.xml.in b/interface-definitions/interfaces-vti.xml.in index b471c3b92..8904cde25 100644 --- a/interface-definitions/interfaces-vti.xml.in +++ b/interface-definitions/interfaces-vti.xml.in @@ -16,19 +16,7 @@ </valueHelp> </properties> <children> - <leafNode name="address"> - <properties> - <help>IP address</help> - <valueHelp> - <format>ipv4net</format> - <description>IPv4 address and prefix length</description> - </valueHelp> - <constraint> - <validator name="ipv4-host"/> - </constraint> - <multi/> - </properties> - </leafNode> + #include <include/interface/address-ipv4-ipv6.xml.i> #include <include/interface/description.xml.i> #include <include/interface/disable.xml.i> #include <include/interface/ipv4-options.xml.i> |