Skip to content

Commit

Permalink
Merge pull request #15110 from donaldsharp/revert_zrouter.stale_client
Browse files Browse the repository at this point in the history
Revert "zebra: Cleanup zrouter.stale_client_list on shutdown"
  • Loading branch information
choppsv1 authored Jan 8, 2024
2 parents ea9d2b8 + 6d72776 commit 2022141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ static void sigint(void)
rib_update_finish();

list_delete(&zrouter.client_list);
list_delete(&zrouter.stale_client_list);

/* Indicate that all new dplane work has been enqueued. When that
* work is complete, the dataplane will enqueue an event
Expand Down

0 comments on commit 2022141

Please sign in to comment.