Comment 150 for bug 1649707

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

Reviewed: https://review.opencontrail.org/35179
Committed: http://github.com/Juniper/contrail-controller/commit/04077096ba3a1d89a233c0086647f21d315b547f
Submitter: Zuul (<email address hidden>)
Branch: master

commit 04077096ba3a1d89a233c0086647f21d315b547f
Author: srinivn <email address hidden>
Date: Fri Sep 1 03:38:58 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: I6fc4c7e00c2e0a112d5855f9692870d1664d0983
Closes-Bug: #1649707