Merge pull request #1964 from qlyoung/fix-no-display-heuristic-coalesce-u

bgpd: actually suppress coalesce-time
This commit is contained in:
Rafael Zalamena 2018-03-26 11:52:23 -03:00 committed by GitHub
commit 81b6404b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;