From 1d11b21f33c41fca2d95e9e0a0b14608f429ef2b Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Fri, 17 Aug 2018 15:50:09 -0400 Subject: zebra: add dplane show commands Add first pass at show commands for the zebra dplane. Add some stats counters to show. Start prep for correct shutdown processing, and for multiple providers. Signed-off-by: Mark Stapp --- zebra/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zebra/main.c') diff --git a/zebra/main.c b/zebra/main.c index 148bcab7e..33730be92 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -171,6 +171,8 @@ static void sigint(void) route_map_finish(); list_delete(&zebrad.client_list); + zebra_dplane_finish(); + work_queue_free_and_null(&zebrad.ribq); meta_queue_free(zebrad.mq); -- cgit v1.2.3