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-unicast.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-unicast.xml.i')
-rw-r--r-- | interface-definitions/include/bgp/neighbor-afi-ipv6-unicast.xml.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp/neighbor-afi-ipv6-unicast.xml.i b/interface-definitions/include/bgp/neighbor-afi-ipv6-unicast.xml.i index 68f61c72a..f6b812c28 100644 --- a/interface-definitions/include/bgp/neighbor-afi-ipv6-unicast.xml.i +++ b/interface-definitions/include/bgp/neighbor-afi-ipv6-unicast.xml.i @@ -15,6 +15,7 @@ #include <include/bgp/afi-ipv6-nexthop-local.xml.i> #include <include/bgp/afi-ipv6-prefix-list.xml.i> #include <include/bgp/afi-common.xml.i> + #include <include/bgp/afi-default-originate.xml.i> </children> </node> <!-- include end --> |