From: Ondrej Filip Date: Tue, 13 Jul 2004 23:31:37 +0000 (+0000) Subject: Send hello as soon as possible after the interface is up. X-Git-Tag: v1.2.0~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897999c22a85499e4e8a476e27469201645012fb;p=thirdparty%2Fbird.git Send hello as soon as possible after the interface is up. This helps to faster establish the adjacency. --- diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index 25d3441de..62b889920 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;