diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-07 13:45:07 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-07 13:45:07 +0100 |
commit | 4bb9d26c6d4c475b095d944c3154ff4f0f92a205 (patch) | |
tree | 17ad0be2622b2a3003b40ab98a3da551787bf558 /interface-definitions/interfaces-tunnel.xml.in | |
parent | c99150f516c5555e15f454aca49c59b954a2d9f1 (diff) | |
download | vyos-1x-4bb9d26c6d4c475b095d944c3154ff4f0f92a205.tar.gz vyos-1x-4bb9d26c6d4c475b095d944c3154ff4f0f92a205.zip |
T2653: migrate "ip" and "ipv6" interface options to generic includes
This reduces duplicated #include statements as each interface type already
contained the individual includes.
Diffstat (limited to 'interface-definitions/interfaces-tunnel.xml.in')
-rw-r--r-- | interface-definitions/interfaces-tunnel.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in index 64520ce99..c3f178d59 100644 --- a/interface-definitions/interfaces-tunnel.xml.in +++ b/interface-definitions/interfaces-tunnel.xml.in @@ -22,8 +22,8 @@ #include <include/interface-disable-link-detect.xml.i> #include <include/interface-vrf.xml.i> #include <include/interface-mtu-64-8024.xml.i> - #include <include/interface-ipv4.xml.i> - #include <include/interface-ipv6.xml.i> + #include <include/interface-ipv4-options.xml.i> + #include <include/interface-ipv6-options.xml.i> <leafNode name="local-ip"> <properties> <help>Local IP address for this tunnel</help> |