Skip to content

Commit fe7ca5c

Browse files
authored
Merge pull request #16141 from LabNConsulting/dleroy/nhrpd-shutdown-backport-fix
nhrpd: core dump on shutdown (backport #15879)
2 parents 8a5f550 + f6a53d1 commit fe7ca5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nhrpd/nhrp_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ static void nhrp_request_stop(void)
8383
debugf(NHRP_DEBUG_COMMON, "Exiting...");
8484
frr_early_fini();
8585

86-
nhrp_shortcut_terminate();
86+
vrf_terminate();
8787
nhrp_nhs_terminate();
8888
nhrp_zebra_terminate();
8989
vici_terminate();
9090
evmgr_terminate();
9191
nhrp_vc_terminate();
92-
vrf_terminate();
92+
nhrp_shortcut_terminate();
9393

9494
debugf(NHRP_DEBUG_COMMON, "Done.");
9595
frr_fini();

0 commit comments

Comments
 (0)