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
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue