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-l2tpv3.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-l2tpv3.xml.in')
-rw-r--r-- | interface-definitions/interfaces-l2tpv3.xml.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/interface-definitions/interfaces-l2tpv3.xml.in b/interface-definitions/interfaces-l2tpv3.xml.in index c347e0926..6c971b5f4 100644 --- a/interface-definitions/interfaces-l2tpv3.xml.in +++ b/interface-definitions/interfaces-l2tpv3.xml.in @@ -53,13 +53,7 @@ </properties> <defaultValue>udp</defaultValue> </leafNode> - <node name="ipv6"> - <children> - #include <include/ipv6-address.xml.i> - #include <include/ipv6-disable-forwarding.xml.i> - #include <include/ipv6-dup-addr-detect-transmits.xml.i> - </children> - </node> + #include <include/interface-ipv6-options.xml.i> <leafNode name="local-ip"> <properties> <help>Local IP address for L2TPv3 tunnel</help> |