diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/interface/tunnel-remote-multi.xml.i (renamed from interface-definitions/include/interface/tunnel-remotes.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/interfaces-vxlan.xml.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/interface/tunnel-remotes.xml.i b/interface-definitions/include/interface/tunnel-remote-multi.xml.i index ae8481898..f672087a4 100644 --- a/interface-definitions/include/interface/tunnel-remotes.xml.i +++ b/interface-definitions/include/interface/tunnel-remote-multi.xml.i @@ -1,4 +1,4 @@ -<!-- include start from interface/tunnel-remotes.xml.i --> +<!-- include start from interface/tunnel-remote-multi.xml.i --> <leafNode name="remote"> <properties> <help>Tunnel remote address</help> diff --git a/interface-definitions/interfaces-vxlan.xml.in b/interface-definitions/interfaces-vxlan.xml.in index 559067ea5..0546b4199 100644 --- a/interface-definitions/interfaces-vxlan.xml.in +++ b/interface-definitions/interfaces-vxlan.xml.in @@ -98,7 +98,7 @@ </leafNode> #include <include/source-address-ipv4-ipv6.xml.i> #include <include/source-interface.xml.i> - #include <include/interface/tunnel-remotes.xml.i> + #include <include/interface/tunnel-remote-multi.xml.i> #include <include/interface/vrf.xml.i> #include <include/vni.xml.i> </children> |