diff options
| author | Christian Hopps <chopps@labn.net> | 2023-11-28 20:14:42 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 20:14:42 +0100 | 
| commit | bb6fe6beb9dc5ca891e064576644be0fd160da15 (patch) | |
| tree | 0243d6c552c5cf169c701ce10613698f15894dfe /ospfd | |
| parent | a526795144c88461e146f46529873243da2292e0 (diff) | |
| parent | 71f7ecb571cd8a87c97ae952db1f1fafa7ef627a (diff) | |
Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finally
Zebra final shutdown finally
Diffstat (limited to 'ospfd')
| -rw-r--r-- | ospfd/ospfd.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index f44429830e..d5cf9564ff 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  | 
