Comment 10 for bug 1470736

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

Reviewed: https://review.opencontrail.org/12661
Committed: http://github.org/Juniper/contrail-controller/commit/bce70fb8c669e0cae7ce5bbbc4aa69e6f248bf95
Submitter: Zuul
Branch: R2.20

commit bce70fb8c669e0cae7ce5bbbc4aa69e6f248bf95
Author: Manish <email address hidden>
Date: Thu Jul 2 15:11:19 2015 +0530

PathPreference state not cleaned.

Problem:
When path preference is deleted because of route table delete, walk is started
to delete all the states. It can so happen that before walk done is called,
notification is received for one of the table entry. This will result in state
addition again.

Solution:
If delete has been issued ignore any notifications on same.

Change-Id: I6b60bb6ad5acfe701a905e356bb4858c6c50a627
Closes-bug: 1470736