diff options
Diffstat (limited to 'ripd/rip_interface.c')
| -rw-r--r-- | ripd/rip_interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c index a32913766c..a085bc3f96 100644 --- a/ripd/rip_interface.c +++ b/ripd/rip_interface.c @@ -885,8 +885,8 @@ void rip_enable_apply(struct interface *ifp) zlog_debug("turn on %s", ifp->name); /* Add interface wake up thread. */ - thread_add_timer(master, rip_interface_wakeup, ifp, 1, - &ri->t_wakeup); + event_add_timer(master, rip_interface_wakeup, ifp, 1, + &ri->t_wakeup); rip_connect_set(ifp, 1); } else if (ri->running) { /* Might as well clean up the route table as well |
