]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Send hello as soon as possible after the interface is up.
authorOndrej Filip <feela@network.cz>
Tue, 13 Jul 2004 23:31:37 +0000 (23:31 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 13 Jul 2004 23:31:37 +0000 (23:31 +0000)
This helps to faster establish the adjacency.

proto/ospf/iface.c

index 25d3441debcde5803569a986bd7319edc92886bb..62b8899205514f7dae7748b6057ffdf9a8101498 100644 (file)
@@ -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;