Comment 12 for bug 1803264

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

Reviewed: https://review.opencontrail.org/48743
Committed: http://github.com/Juniper/contrail-controller/commit/7c5257cf5ab880f0fa22f5d81c6de0c8f3ff8598
Submitter: Zuul v3 CI (<email address hidden>)
Branch: R5.0

commit 7c5257cf5ab880f0fa22f5d81c6de0c8f3ff8598
Author: sangarshp <email address hidden>
Date: Tue Jan 8 10:34:51 2019 +0530

Don't overwrite createvrf flag for mirror config updates

Agent sets create vrf flag to true if it creates VRF as part of mirror
entry addition. when mirror entry is deleted , Agent checks vreate vrf flag,
if it is set then deletes teh VRF. In this scenario, mirror config updates
are overwriting the flag to false and that blocks the VRF deletion

made changes not to overwrite the flag if it set.

Change-Id: I6a202da04a91b1d2d9554c13579e1d960cf92e0e
Closes-bug: #1803264
(cherry picked from commit a33e5b928482cc013497c7bdf9620bf0ad21214e)