Ignore:
Timestamp:
03/22/12 02:00:38 (15 months ago)
Author:
BrainSlayer
Message:

update quagga

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/quagga/ospfd/ospf_interface.h

    r12796 r18797  
    7474  DECLARE_IF_PARAM (struct list *, auth_crypt);    /* List of Auth cryptographic data. */ 
    7575  DECLARE_IF_PARAM (int, auth_type);               /* OSPF authentication type */ 
     76   
     77  /* Other, non-configuration state */ 
     78  u_int32_t network_lsa_seqnum;         /* Network LSA seqnum */ 
    7679}; 
    7780 
     
    168171  /* Configured varables. */ 
    169172  struct ospf_if_params *params; 
     173   
    170174  u_int32_t crypt_seqnum;               /* Cryptographic Sequence Number */  
    171175  u_int32_t output_cost;                /* Acutual Interface Output Cost */ 
     
    207211  struct thread *t_ls_ack_direct;       /* event */ 
    208212  struct thread *t_ls_upd_event;        /* event */ 
    209   struct thread *t_network_lsa_self;    /* self-originated network-LSA 
    210                                            reflesh thread. timer */ 
    211213#ifdef HAVE_OPAQUE_LSA 
    212214  struct thread *t_opaque_lsa_self;     /* Type-9 Opaque-LSAs */ 
Note: See TracChangeset for help on using the changeset viewer.