diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-09 19:38:36 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-09 19:38:36 +0200 |
commit | 100614ab3a96b5325da08c76c8db2f4cae93396a (patch) | |
tree | 0701d62bce5cae4d401355bda73a9661acc16ef8 /interface-definitions/include/bgp/neighbor-afi-ipv6-vpn.xml.i | |
parent | 59b2b2055f553e5a227d644ca0fc779d004f7d67 (diff) | |
download | vyos-1x-100614ab3a96b5325da08c76c8db2f4cae93396a.tar.gz vyos-1x-100614ab3a96b5325da08c76c8db2f4cae93396a.zip |
bgp: xml: T2771: remove duplicated XML nodes
Instead of having a 95% copy from afi-common.xml.i in afi-common-vpn.xml.i,
split out the part that is differend (default originate) and re-use the same
building block.
Diffstat (limited to 'interface-definitions/include/bgp/neighbor-afi-ipv6-vpn.xml.i')
-rw-r--r-- | interface-definitions/include/bgp/neighbor-afi-ipv6-vpn.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/bgp/neighbor-afi-ipv6-vpn.xml.i b/interface-definitions/include/bgp/neighbor-afi-ipv6-vpn.xml.i index 62a4345fc..c0df71cf3 100644 --- a/interface-definitions/include/bgp/neighbor-afi-ipv6-vpn.xml.i +++ b/interface-definitions/include/bgp/neighbor-afi-ipv6-vpn.xml.i @@ -1,4 +1,4 @@ -<!-- included start from bgp-neighbor-afi-ipv6-vpn.xml.i --> +<!-- include start from bgp/neighbor-afi-ipv6-vpn.xml.i --> <node name="ipv6-vpn"> <properties> <help>IPv6 VPN BGP neighbor parameters</help> @@ -6,7 +6,7 @@ <children> #include <include/bgp/afi-ipv6-nexthop-local.xml.i> #include <include/bgp/afi-ipv6-prefix-list.xml.i> - #include <include/bgp/afi-common-vpn.xml.i> + #include <include/bgp/afi-common.xml.i> </children> </node> <!-- include end --> |