summaryrefslogtreecommitdiffstats
path: root/proto/ospf/iface.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-07-14 01:31:37 +0200
committerOndrej Filip <feela@network.cz>2004-07-14 01:31:37 +0200
commit897999c22a85499e4e8a476e27469201645012fb (patch)
treefb3e346d7c68a3c1de2f6bf8e2843929ca693c58 /proto/ospf/iface.c
parent490767adfce6207012f54f004babcb2aef7f33f8 (diff)
downloadbird-897999c22a85499e4e8a476e27469201645012fb.tar
bird-897999c22a85499e4e8a476e27469201645012fb.zip
Send hello as soon as possible after the interface is up.
This helps to faster establish the adjacency.
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r--proto/ospf/iface.c1
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;