mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Send hello as soon as possible after the interface is up.
This helps to faster establish the adjacency.
This commit is contained in:
parent
490767adfc
commit
897999c22a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user