Comment 11 for bug 1432735

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

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

commit 14111e1908e765bcb2a70a5c77f1cfbf8bd28fd1
Author: Sachin Bansal <email address hidden>
Date: Fri Apr 17 17:45:02 2015 -0700

Provide a way to bulk delete multiple links for an identifier

When an object is deleted, we currently walk all its references and delete each
of them one by one. Instead, we can delete all of them in one message to ifmap.
This code change provides a method to do it. In a subsequent change, we will add
a call to this method in auto-generated code.

Change-Id: I0dbf5c383cfef34388f97318536e873ea13a388d
Partial-Bug: 1432735
(cherry picked from commit d2ac8e945a271bd20fb971c5e7e75542268054f1)