Skip to content

Commit

Permalink
zebra: Cleanup zrouter.stale_client_list on shutdown
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp committed Nov 21, 2023
1 parent cbf9621 commit 71f7ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ 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 71f7ecb

Please sign in to comment.