Comment 7 for bug 1577517

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

Reviewed: https://review.opencontrail.org/20188
Committed: http://github.org/Juniper/contrail-controller/commit/4b1d1ce53ba37c2dd46639866325c05fc1144d82
Submitter: Zuul
Branch: R3.0

commit 4b1d1ce53ba37c2dd46639866325c05fc1144d82
Author: Manish <email address hidden>
Date: Fri May 13 13:47:27 2016 +0530

Vrf pending because of mpls label.

Problem:
MPLS label was pending pointing to Composite NH. This NH holds
reference to VRF. This label was programmed because adding EVPN path in multicast
route vxlan tag was added as ethernet identifier and label as well. When all
routes except evpn peer path is gone this vxlan tag (which was copied in label)
gets copied to master path which in turn tries to rebake NH for
this label.
EVPN mpls label should only be picked from local path or local vm peer path.

Solution:
Pass invalid label for evpn path.

Change-Id: Ia685e9179cb710ce3d0a38ee90330e19bb590ac7
Closes-bug: #1577517