Skip to content
Snippets Groups Projects
Commit 897999c2 authored by Ondřej Filip's avatar Ondřej Filip
Browse files

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

This helps to faster establish the adjacency.
parent 490767ad
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment