Comment 24 for bug 1451972

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

Reviewed: https://review.opencontrail.org/22296
Committed: http://github.org/Juniper/contrail-controller/commit/72b715b777f50a96cffd5ab7970e9a5767725e07
Submitter: Zuul
Branch: R3.1

commit 72b715b777f50a96cffd5ab7970e9a5767725e07
Author: sbalineni <email address hidden>
Date: Wed Jun 22 11:56:35 2016 -0700

[DM]: Configure local-as value if global asn is different

When mx bgp router is conifgured with 'local-autonomous-system',
DM should generate local-as conifguraion as follows.

protocols {
bgp {
group __contrail_external__ {
type internal;
neighbor 10.84.7.31 {
peer-as 1000;
}
}

More details in the bug.

Change-Id: If2cfb53095a6af64fa7f05e1d98c07beed7f6d0c
Closes-Bug: #1549614
Closes-Bug: #1451972