diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-02-20 22:06:49 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-02-21 18:31:47 +0100 |
commit | cc1ae7e87732095e17f66b3d5abaa89ed51e956a (patch) | |
tree | 52cd0e0bccd8ab00b387458ab102f56ac36855b7 /interface-definitions/include/interface/tunnel-remotes.xml.i | |
parent | 1d4b567b219678cafebfa0117be6779de30f9017 (diff) | |
download | vyos-1x-cc1ae7e87732095e17f66b3d5abaa89ed51e956a.tar.gz vyos-1x-cc1ae7e87732095e17f66b3d5abaa89ed51e956a.zip |
vxlan: T4120: rename tunnel-remotes.xml.i -> tunnel-remote-multi.xml.i
(cherry picked from commit d418cd36027aef5993122ec62419e8c66fe7a1ed)
Diffstat (limited to 'interface-definitions/include/interface/tunnel-remotes.xml.i')
-rw-r--r-- | interface-definitions/include/interface/tunnel-remotes.xml.i | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/interface-definitions/include/interface/tunnel-remotes.xml.i b/interface-definitions/include/interface/tunnel-remotes.xml.i deleted file mode 100644 index ae8481898..000000000 --- a/interface-definitions/include/interface/tunnel-remotes.xml.i +++ /dev/null @@ -1,19 +0,0 @@ -<!-- include start from interface/tunnel-remotes.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> - <multi/> - </properties> -</leafNode> -<!-- include end --> |