Comment 19 for bug 1661133

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/28691
Committed: http://github.org/Juniper/contrail-controller/commit/619db91970e0bdd5ff22d31b4ea5f10b7a7a9117
Submitter: Zuul (<email address hidden>)
Branch: master

commit 619db91970e0bdd5ff22d31b4ea5f10b7a7a9117
Author: Manish <email address hidden>
Date: Sun Feb 12 15:26:48 2017 +0530

Route notification to ksync missed.

Problem:
If VRF notification is not yet received and route is notified then it does not
reach ksync. In absence of ksync entry for this route, it is not installed in
vrouter. Vrf can be notified later though.

Solution:
Ksync will walk routes in vrf whenever vrf ksync entry is added to look for all
missed routes.

Change-Id: I1ad66ba35319c15913ae19a8f14b4d4ca785dbcf
Closes-bug: #1661133