Comment 11 for bug 1399603

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

Reviewed: https://review.opencontrail.org/5697
Committed: http://github.org/Juniper/contrail-controller/commit/fad6f2e02b6876c42f1f9155150b36a3d31d6206
Submitter: Zuul
Branch: R1.10

commit fad6f2e02b6876c42f1f9155150b36a3d31d6206
Author: Nischal Sheth <email address hidden>
Date: Tue Dec 16 10:28:39 2014 -0800

Return const ref to RouteDistinguisher

Automatic copy constructor and assignment operator do not work for
RouteDistinguisher.
Return const refs to this class instead of returning by value.
The only exception is the static ::FromString method.

Change-Id: I68d4d8694966f1ad9d485c1cf34bc5a19229815c
Partial-Bug: 1399603