diff options
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/rip_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 3f52bebe9..cb23098a7 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -85,6 +85,8 @@ static void sigint(void) rip_zclient_stop(); route_map_finish(); + + keychain_terminate(); frr_fini(); exit(0); |