Comment 12 for bug 1655088

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

Reviewed: https://review.opencontrail.org/30983
Committed: http://github.com/Juniper/contrail-controller/commit/ac332158c4e7081c9fb003cd37ab52d1e694f4ab
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit ac332158c4e7081c9fb003cd37ab52d1e694f4ab
Author: Albert Khoury Aouad <email address hidden>
Date: Wed Jan 11 16:23:29 2017 +0000

Fixing introspect bug

When accessing control-node introspect,
bgp standard communities does not show up
that are configured as part of static routes.
It is seen that extended communities associated
with static routes override the bgp standard communities
in introspect.
Modify method FillRoutePathExtCommunityInfo
in /opt/stack/contrail/controller/src/bgp/bgp_route.cc
to avoid overwriting bgp standard communities.

Change-Id: I13f2d2b338a5464afd56ebc558036fea507b2394
Closes-Bug:1655088