summaryrefslogtreecommitdiff
path: root/ripd/rip_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_main.c')
-rw-r--r--ripd/rip_main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index 23981d6d66..5db9c4b7e9 100644
--- a/ripd/rip_main.c
+++ b/ripd/rip_main.c
@@ -71,14 +71,9 @@ static struct frr_daemon_info ripd_di;
static void sighup(void)
{
zlog_info("SIGHUP received");
- rip_clean();
- rip_reset();
- zlog_info("ripd restarting!");
/* Reload config file. */
vty_read_config(NULL, ripd_di.config_file, config_default);
-
- /* Try to return to normal operation. */
}
/* SIGINT handler. */