diff options
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index 25d3441..62b8899 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -185,6 +185,7 @@ ospf_iface_sm(struct ospf_iface *ifa, int event) tm_start(ifa->wait_timer, ifa->waitint); } } + hello_timer_hook(ifa->hello_timer); } schedule_rt_lsa(ifa->oa); break; |