Send hello as soon as possible after the interface is up.

This helps to faster establish the adjacency.
This commit is contained in:
Ondrej Filip 2004-07-13 23:31:37 +00:00
parent 490767adfc
commit 897999c22a

View file

@ -185,6 +185,7 @@ ospf_iface_sm(struct ospf_iface *ifa, int event)
tm_start(ifa->wait_timer, ifa->waitint); tm_start(ifa->wait_timer, ifa->waitint);
} }
} }
hello_timer_hook(ifa->hello_timer);
} }
schedule_rt_lsa(ifa->oa); schedule_rt_lsa(ifa->oa);
break; break;