Diff for /embedaddon/quagga/ospfd/ospf_asbr.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2012/10/09 09:22:29
Line 284  ospf_redistribute_withdraw (struct ospf *ospf, u_char  Line 284  ospf_redistribute_withdraw (struct ospf *ospf, u_char 
               continue;                continue;
             ospf_external_lsa_flush (ospf, type, &ei->p,              ospf_external_lsa_flush (ospf, type, &ei->p,
                                      ei->ifindex /*, ei->nexthop */);                                       ei->ifindex /*, ei->nexthop */);
            ospf_external_info_delete (type, ei->p);
             ospf_external_info_free (ei);
             route_unlock_node (rn);
             rn->info = NULL;
           }            }
 }  }

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


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