Diff for /embedaddon/quagga/ospfd/ospf_flood.c between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2012/10/09 09:22:29
Line 320  ospf_flood (struct ospf *ospf, struct ospf_neighbor *n Line 320  ospf_flood (struct ospf *ospf, struct ospf_neighbor *n
      MinLSArrival seconds have elapsed. */         MinLSArrival seconds have elapsed. */  
   
   if (! (new = ospf_lsa_install (ospf, nbr->oi, new)))    if (! (new = ospf_lsa_install (ospf, nbr->oi, new)))
    return 0; /* unknown LSA type */    return -1; /* unknown LSA type or any other error condition */
   
   /* Acknowledge the receipt of the LSA by sending a Link State    /* Acknowledge the receipt of the LSA by sending a Link State
      Acknowledgment packet back out the receiving interface. */       Acknowledgment packet back out the receiving interface. */

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>