diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-12-07 17:31:48 -0200 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-10-27 16:16:12 -0200 |
| commit | 1c2facd12df7bc27758d7ea674b1e57e401fc234 (patch) | |
| tree | b82aeb06586c2c7b380420ddd484964af915aee1 /ripd/rip_main.c | |
| parent | 75082dafb5a929b99d89c8f55e6b2da3f4d90100 (diff) | |
lib: introduce new northbound API
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripd/rip_main.c')
| -rw-r--r-- | ripd/rip_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 16087c2349..4602cfcd61 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -76,7 +76,7 @@ static void sighup(void) zlog_info("ripd restarting!"); /* Reload config file. */ - vty_read_config(ripd_di.config_file, config_default); + vty_read_config(NULL, ripd_di.config_file, config_default); /* Try to return to normal operation. */ } |
