Comment 147 for bug 1649707

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

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

commit b3aa1a6e845e447cb98300cbc13ec8088297e7ce
Author: srinivn <email address hidden>
Date: Mon Aug 28 01:58:37 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: I83eb8a3b16a7561c26a548cd0cfd9799ed666bb5
Closes-Bug: #1649707