Comment 6 for bug 1732097

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

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

commit dc3fb428a4b1d122346823eea100c9cd79a350d4
Author: Hari Prasad Killi <email address hidden>
Date: Wed Nov 15 15:20:44 2017 +0530

Handle change of HC type

HC type was changed from segment to link-local. In this case, the earlier
segment instance would be deleted and a new one will be created for link local.
However the destroy was invoked after the object was modified and hence
assert of type was failing. Removing the assert as this is not required.

Change-Id: I47c40723961b540f9db4d4497731d21980af2b0f
closes-bug: #1732097
(cherry picked from commit fd739341408907c1c996f1c4c293642d93a87752)