summaryrefslogtreecommitdiffstats
path: root/ripd
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 /ripd
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 'ripd')
-rw-r--r--ripd/rip_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index 3f52bebe9..cb23098a7 100644
--- a/ripd/rip_main.c
+++ b/ripd/rip_main.c
@@ -85,6 +85,8 @@ static void sigint(void)
rip_zclient_stop();
route_map_finish();
+
+ keychain_terminate();
frr_fini();
exit(0);