Comment 7 for bug 1470736

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

Reviewed: https://review.opencontrail.org/12319
Committed: http://github.org/Juniper/contrail-controller/commit/8aeedf8563376589cf988c940cae21cb23959a86
Submitter: Zuul
Branch: master

commit 8aeedf8563376589cf988c940cae21cb23959a86
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