]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/ospf/iface.c
Fixes broken vlinks in OSPF.
[thirdparty/bird.git] / proto / ospf / iface.c
index 13d5efb648fc65e8fb699b4cbe5d34a60bd7b39a..405e49dfd879d508a4183da5377abef8681728c6 100644 (file)
@@ -570,6 +570,9 @@ ospf_iface_new(struct ospf_area *oa, struct ifa *addr, struct ospf_iface_patt *i
   {
     ifa->voa = ospf_find_area(oa->po, ip->voa);
     ifa->vid = ip->vid;
+
+    ifa->hello_timer = tm_new_set(ifa->pool, hello_timer_hook, ifa, 0, ifa->helloint);
+
     return;                    /* Don't lock, don't add sockets */
   }