Skip to content

Commit

Permalink
Merge "Send VN uve after each evaluate"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Aug 6, 2016
2 parents a97301b + ec00102 commit 516427b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/schema-transformer/config_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ def evaluate(self):
ri = RoutingInstanceST.get(ri_name)
if ri:
ri.update_routing_policy_and_aggregates()
self.uve_send()
# end evaluate

def get_prefixes(self, ip_version):
Expand Down

0 comments on commit 516427b

Please sign in to comment.