Diff for /embedaddon/quagga/ospfd/ospf_ism.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/21 23:54:40 version 1.1.1.3, 2016/11/02 10:09:12
Line 44 Line 44
 #include "ospfd/ospf_flood.h"  #include "ospfd/ospf_flood.h"
 #include "ospfd/ospf_abr.h"  #include "ospfd/ospf_abr.h"
 #include "ospfd/ospf_snmp.h"  #include "ospfd/ospf_snmp.h"
 /* elect DR and BDR. Refer to RFC2319 section 9.4 */  /* elect DR and BDR. Refer to RFC2319 section 9.4 */
 static struct ospf_neighbor *  static struct ospf_neighbor *
 ospf_dr_election_sub (struct list *routers)  ospf_dr_election_sub (struct list *routers)
Line 245  ospf_dr_election (struct ospf_interface *oi) Line 245  ospf_dr_election (struct ospf_interface *oi)
   return new_state;    return new_state;
 }  }
   
 int  int
 ospf_hello_timer (struct thread *thread)  ospf_hello_timer (struct thread *thread)
 {  {
Line 593  ism_change_state (struct ospf_interface *oi, int state Line 593  ism_change_state (struct ospf_interface *oi, int state
       oi->network_lsa_self = NULL;        oi->network_lsa_self = NULL;
     }      }
   
 #ifdef HAVE_OPAQUE_LSA  
   ospf_opaque_ism_change (oi, old_state);    ospf_opaque_ism_change (oi, old_state);
 #endif /* HAVE_OPAQUE_LSA */  
   
   /* Check area border status.  */    /* Check area border status.  */
   ospf_check_abr_status (oi->ospf);    ospf_check_abr_status (oi->ospf);

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


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