Comment 146 for bug 1649707

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

Reviewed: https://review.opencontrail.org/34985
Committed: http://github.com/Juniper/contrail-controller/commit/d9d629d292fef0a4d43fea694b6906e090d84f66
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit d9d629d292fef0a4d43fea694b6906e090d84f66
Author: srinivn <email address hidden>
Date: Mon Aug 28 03:57:23 2017 -0700

Support single-active BGPaaS object attached to multiple VMIs

- New flag "bgpaas-shared" is added in the schema to indicate
the given bgp-aas session is shared or not.
- To support this flag in vrouter-agent,
1. If this flag is true, then local index will be allocated for
each VMI for the given source port.
2. If the flag is false, then the session will continue to use
original source port which is given by the controller.

Change-Id: I860f5a2319c2787f35aa0170ddbe2e896dd1efd9
Closes-Bug: #1649707