summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp/neighbor-afi-ipv4-vpn.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-09 19:38:36 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-09 19:38:36 +0200
commit100614ab3a96b5325da08c76c8db2f4cae93396a (patch)
tree0701d62bce5cae4d401355bda73a9661acc16ef8 /interface-definitions/include/bgp/neighbor-afi-ipv4-vpn.xml.i
parent59b2b2055f553e5a227d644ca0fc779d004f7d67 (diff)
downloadvyos-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-ipv4-vpn.xml.i')
-rw-r--r--interface-definitions/include/bgp/neighbor-afi-ipv4-vpn.xml.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/bgp/neighbor-afi-ipv4-vpn.xml.i b/interface-definitions/include/bgp/neighbor-afi-ipv4-vpn.xml.i
index b5edaccf3..967d78486 100644
--- a/interface-definitions/include/bgp/neighbor-afi-ipv4-vpn.xml.i
+++ b/interface-definitions/include/bgp/neighbor-afi-ipv4-vpn.xml.i
@@ -1,11 +1,11 @@
-<!-- included start from bgp-neighbor-afi-ipv4-vpn.xml.i -->
+<!-- included start from bgp/neighbor-afi-ipv4-vpn.xml.i -->
<node name="ipv4-vpn">
<properties>
<help>IPv4 VPN BGP neighbor parameters</help>
</properties>
<children>
#include <include/bgp/afi-ipv4-prefix-list.xml.i>
- #include <include/bgp/afi-common-vpn.xml.i>
+ #include <include/bgp/afi-common.xml.i>
</children>
</node>
<!-- include end -->