mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-26 04:23:58 +00:00
Merge pull request #1964 from qlyoung/fix-no-display-heuristic-coalesce-u
bgpd: actually suppress coalesce-time
This commit is contained in:
commit
81b6404b58
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user