Comment 8 for bug 1529665

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

Reviewed: https://review.opencontrail.org/16137
Committed: http://github.org/Juniper/contrail-controller/commit/6d336bf8ab619c2e9e3c7fd9ab1660b35616ebd5
Submitter: Zuul
Branch: master

commit 6d336bf8ab619c2e9e3c7fd9ab1660b35616ebd5
Author: Manish <email address hidden>
Date: Thu Jan 7 16:20:08 2016 +0530

Agent didnt send proper label in evpn inclusive replication.

Problem:
While exporting subscription for inclusive replication tree when local peer was
only added, exporter used to search for multicast_peer. In its absence it will
mark label as 0. In case local_vm_peer(local interface list) gets added before
local-peer, it will result in creation of path with multicast_peer, hence label
will be picked as vxlan-id.

Solution:
Before picking label as 0 check for presence of local_peer as well and pick up
vxlan of same as label.

Change-Id: Ie7958aa3cb7175e6df4534d8e66234b8f92c4138
Closes-bug: 1529665