Comment 4 for bug 1513278

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

Reviewed: https://review.opencontrail.org/14986
Committed: http://github.org/Juniper/contrail-controller/commit/d43ba9df5d8a96a321f9b1450a64764630aede96
Submitter: Zuul
Branch: master

commit d43ba9df5d8a96a321f9b1450a64764630aede96
Author: Nischal Sheth <email address hidden>
Date: Fri Nov 6 16:25:51 2015 -0800

Update BgpPeer to support per address-family configuration

Highlights:

- BgpFamilyAttributesConfig contains configuration for an address family
- Add vector of BgpFamilyAttributesConfig elements to BgpNeighborConfig
- Tweak IFMap and YAML code to build list of BgpFamilyAttributesConfig
- BgpPeerFamilyAttributes represents an address family in a BgpPeer
- Add a vector of pointers to BgpPeerFamilyAttributes in a BgpPeer
- Adjust code and unit tests to use new data structures

Pending:

- Implementation of back end code for loop_count and prefix_limit knobs

Change-Id: I6bce2a913677582e32c4f1ebee8d55f904850817
Partial-Bug: 1513278