Comment 14 for bug 1584174

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

Reviewed: https://review.opencontrail.org/20751
Committed: http://github.org/Juniper/contrail-controller/commit/6528eb47b0f9c92e7669397432b7d1412fcec323
Submitter: Zuul
Branch: master

commit 6528eb47b0f9c92e7669397432b7d1412fcec323
Author: Hari <email address hidden>
Date: Sun May 29 14:07:41 2016 +0530

Fix accessing deleted vdns obect.

When virtual-dns is deleted, all records configured under the vdns
have their vdns pointer reset. In this case, it was not reset as the
record wasnt added in the list under vdns, although the record was
pointing to vdns. This resulted in accessing deleted vdns entry.

In addition, make sure record is made valid when the appropriate
vdns for it is updated.

Change-Id: Id32f029014a46e8fe3efe35380940706708e7708
closes-bug: #1584174
(cherry picked from commit d09203de75444e54f90ea5bf9b83443e29726281)