Merge pull request #16141 from LabNConsulting/dleroy/nhrpd-shutdown-backport-fix

nhrpd: core dump on shutdown (backport #15879)
This commit is contained in:
Donald Sharp 2024-06-01 10:05:09 -04:00 committed by GitHub
commit fe7ca5ce3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,13 +83,13 @@ static void nhrp_request_stop(void)
debugf(NHRP_DEBUG_COMMON, "Exiting...");
frr_early_fini();
nhrp_shortcut_terminate();
vrf_terminate();
nhrp_nhs_terminate();
nhrp_zebra_terminate();
vici_terminate();
evmgr_terminate();
nhrp_vc_terminate();
vrf_terminate();
nhrp_shortcut_terminate();
debugf(NHRP_DEBUG_COMMON, "Done.");
frr_fini();