diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2018-03-26 11:52:23 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-26 11:52:23 -0300 |
| commit | 81b6404b5846d23d0e01b912ffcb4f94d039d1db (patch) | |
| tree | 3a888bc4ab3cfbce26bcd450ca34e3dc07722f9f | |
| parent | fc9aa7acdc3eb3501aff2af5548defb52ae77733 (diff) | |
| parent | 9df5ac497ec2a3dbb52ae9f6d9b8c5c0cdf1c628 (diff) | |
Merge pull request #1964 from qlyoung/fix-no-display-heuristic-coalesce-u
bgpd: actually suppress coalesce-time
| -rw-r--r-- | bgpd/bgpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index c178727b54..d103584594 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c @@ -2863,6 +2863,7 @@ static struct bgp *bgp_create(as_t *as, const char *name, } bgp_lock(bgp); + bgp->heuristic_coalesce = true; bgp->inst_type = inst_type; bgp->vrf_id = (inst_type == BGP_INSTANCE_TYPE_DEFAULT) ? VRF_DEFAULT : VRF_UNKNOWN; |
