mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +00:00
Merge pull request #16141 from LabNConsulting/dleroy/nhrpd-shutdown-backport-fix
nhrpd: core dump on shutdown (backport #15879)
This commit is contained in:
commit
fe7ca5ce3e
@ -83,13 +83,13 @@ static void nhrp_request_stop(void)
|
|||||||
debugf(NHRP_DEBUG_COMMON, "Exiting...");
|
debugf(NHRP_DEBUG_COMMON, "Exiting...");
|
||||||
frr_early_fini();
|
frr_early_fini();
|
||||||
|
|
||||||
nhrp_shortcut_terminate();
|
vrf_terminate();
|
||||||
nhrp_nhs_terminate();
|
nhrp_nhs_terminate();
|
||||||
nhrp_zebra_terminate();
|
nhrp_zebra_terminate();
|
||||||
vici_terminate();
|
vici_terminate();
|
||||||
evmgr_terminate();
|
evmgr_terminate();
|
||||||
nhrp_vc_terminate();
|
nhrp_vc_terminate();
|
||||||
vrf_terminate();
|
nhrp_shortcut_terminate();
|
||||||
|
|
||||||
debugf(NHRP_DEBUG_COMMON, "Done.");
|
debugf(NHRP_DEBUG_COMMON, "Done.");
|
||||||
frr_fini();
|
frr_fini();
|
||||||
|
Loading…
Reference in New Issue
Block a user