Diff for /embedaddon/quagga/ospfd/ospf_abr.c between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/21 23:54:40 version 1.1.1.4, 2016/11/02 10:09:12
Line 50 Line 50
 #include "ospfd/ospf_ase.h"  #include "ospfd/ospf_ase.h"
 #include "ospfd/ospf_zebra.h"  #include "ospfd/ospf_zebra.h"
 #include "ospfd/ospf_dump.h"  #include "ospfd/ospf_dump.h"
 static struct ospf_area_range *  static struct ospf_area_range *
 ospf_area_range_new (struct prefix_ipv4 *p)  ospf_area_range_new (struct prefix_ipv4 *p)
 {  {
Line 556  ospf_check_abr_status (struct ospf *ospf) Line 556  ospf_check_abr_status (struct ospf *ospf)
   
   if (new_flags != ospf->flags)    if (new_flags != ospf->flags)
     {      {
      ospf_spf_calculate_schedule (ospf);      ospf_spf_calculate_schedule (ospf, SPF_FLAG_ABR_STATUS_CHANGE);
       if (IS_DEBUG_OSPF_EVENT)        if (IS_DEBUG_OSPF_EVENT)
         zlog_debug ("ospf_check_abr_status(): new router flags: %x",new_flags);          zlog_debug ("ospf_check_abr_status(): new router flags: %x",new_flags);
       ospf->flags = new_flags;        ospf->flags = new_flags;

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


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