summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.c
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-11-28 20:14:42 +0100
committerGitHub <noreply@github.com>2023-11-28 20:14:42 +0100
commitbb6fe6beb9dc5ca891e064576644be0fd160da15 (patch)
tree0243d6c552c5cf169c701ce10613698f15894dfe /ospfd/ospfd.c
parentMerge pull request #14856 from opensourcerouting/show-rm (diff)
parentzebra: Cleanup zrouter.stale_client_list on shutdown (diff)
downloadfrr-bb6fe6beb9dc5ca891e064576644be0fd160da15.tar.xz
frr-bb6fe6beb9dc5ca891e064576644be0fd160da15.zip
Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finally
Zebra final shutdown finally
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r--ospfd/ospfd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c
index f44429830..d5cf9564f 100644
--- a/ospfd/ospfd.c
+++ b/ospfd/ospfd.c
@@ -680,6 +680,8 @@ void ospf_terminate(void)
ospf_vrf_terminate();
route_map_finish();
+
+ keychain_terminate();
/* Deliberately go back up, hopefully to thread scheduler, as
* One or more ospf_finish()'s may have deferred shutdown to a timer
* thread