mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 12:21:25 +00:00
bgpd: Stop conditional advertisements thread when terminating
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
447d0fc290
commit
c0539ff458
@ -3615,6 +3615,7 @@ int bgp_delete(struct bgp *bgp)
|
||||
|
||||
hook_call(bgp_inst_delete, bgp);
|
||||
|
||||
THREAD_OFF(bgp->t_condition_check);
|
||||
THREAD_OFF(bgp->t_startup);
|
||||
THREAD_OFF(bgp->t_maxmed_onstartup);
|
||||
THREAD_OFF(bgp->t_update_delay);
|
||||
|
Loading…
Reference in New Issue
Block a user