Skip to content

Commit

Permalink
Use correct VN for the right RI for in-network service
Browse files Browse the repository at this point in the history
Use correct VN for the right RI for in-network service instance in servie chain information.
(cherry picked from commit e6dc0d2)
Closes-Bug: 1483988
Change-Id: Iee5257f5f0dc4c2724d0cdc00dc03e6dd87a6e67
  • Loading branch information
Sachin Bansal committed Aug 24, 2015
1 parent 892fa13 commit e11bd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/schema-transformer/to_bgp.py
Expand Up @@ -1840,8 +1840,8 @@ def process_in_network_service(self, vm_info, service, vn1_obj, vn2_obj,
vn1_obj.get_primary_routing_instance().get_fq_name_str())
if self.direction == '<>' and not nat_service:
service_ri2.add_service_info(
vn2_obj, service, vm_info['right']['address'],
vn1_obj.get_primary_routing_instance().get_fq_name_str())
vn1_obj, service, vm_info['right']['address'],
vn2_obj.get_primary_routing_instance().get_fq_name_str())
return True
# end process_in_network_service

Expand Down

0 comments on commit e11bd20

Please sign in to comment.