mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 19:33:11 +00:00
Merge pull request #2767 from donaldsharp/bgp_timers
bgpd: Intentionally stop some timers on instance removal
This commit is contained in:
commit
ee55f64dc5
@ -3120,6 +3120,9 @@ int bgp_delete(struct bgp *bgp)
|
||||
|
||||
assert(bgp);
|
||||
THREAD_OFF(bgp->t_startup);
|
||||
THREAD_OFF(bgp->t_maxmed_onstartup);
|
||||
THREAD_OFF(bgp->t_update_delay);
|
||||
THREAD_OFF(bgp->t_establish_wait);
|
||||
|
||||
if (BGP_DEBUG(zebra, ZEBRA)) {
|
||||
if (bgp->inst_type == BGP_INSTANCE_TYPE_DEFAULT)
|
||||
|
Loading…
Reference in New Issue
Block a user