Comment 29 for bug 1529829

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

Reviewed: https://review.opencontrail.org/17413
Committed: http://github.org/Juniper/contrail-controller/commit/1903658b1875369b2e101d3ba5c85eacdc34a51b
Submitter: Zuul
Branch: R2.22.x

commit 1903658b1875369b2e101d3ba5c85eacdc34a51b
Author: Manish <email address hidden>
Date: Fri Jan 15 08:56:00 2016 +0530

Multicast traffic gets dropped.

Problem:
When all the VMI's are gone multicast object is deleted. However VN is still not
gone and meanwhile new VMI gets added. During this window where all VMI were
gone to new VMI gets added, olist for replication tree is received from
control-node. This update is neglected in absence of multicast object for same.
This results in no multicast tree.

Solution:
Retain multicast object till two conditions are met:
- All VMIS are gone
- VN is no more in use by multicast.

Change-Id: Ica43ce9ed4951f644d9049b354e0764c860ef4d4
Closes-bug: 1529829