mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 21:20:48 +00:00
staticd: Clean up zclient on shutdown
The zclient data structure was not being cleaned up on shutdown. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
69c736ec06
commit
08040409cc
@ -79,6 +79,7 @@ static void sigint(void)
|
||||
|
||||
static_vrf_terminate();
|
||||
|
||||
static_zebra_stop();
|
||||
frr_fini();
|
||||
|
||||
exit(0);
|
||||
|
Loading…
Reference in New Issue
Block a user