Changeset 18797 for src/router/quagga/ospfd/ospf_interface.h
- Timestamp:
- 03/22/12 02:00:38 (15 months ago)
- File:
-
- 1 edited
-
src/router/quagga/ospfd/ospf_interface.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/quagga/ospfd/ospf_interface.h
r12796 r18797 74 74 DECLARE_IF_PARAM (struct list *, auth_crypt); /* List of Auth cryptographic data. */ 75 75 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 */ 76 79 }; 77 80 … … 168 171 /* Configured varables. */ 169 172 struct ospf_if_params *params; 173 170 174 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number */ 171 175 u_int32_t output_cost; /* Acutual Interface Output Cost */ … … 207 211 struct thread *t_ls_ack_direct; /* event */ 208 212 struct thread *t_ls_upd_event; /* event */ 209 struct thread *t_network_lsa_self; /* self-originated network-LSA210 reflesh thread. timer */211 213 #ifdef HAVE_OPAQUE_LSA 212 214 struct thread *t_opaque_lsa_self; /* Type-9 Opaque-LSAs */
Note: See TracChangeset
for help on using the changeset viewer.
