Diff for /embedaddon/quagga/ospfd/ospf_interface.h 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, 2013/07/21 23:54:40
Line 127  struct ospf_interface Line 127  struct ospf_interface
   /* OSPF Area. */    /* OSPF Area. */
   struct ospf_area *area;    struct ospf_area *area;
   
     /* Position range in Router LSA */
     uint16_t lsa_pos_beg; /* inclusive, >= */
     uint16_t lsa_pos_end; /* exclusive, <  */
   
   /* Interface data from zebra. */    /* Interface data from zebra. */
   struct interface *ifp;    struct interface *ifp;
   struct ospf_vl_data *vl_data;         /* Data for Virtual Link */    struct ospf_vl_data *vl_data;         /* Data for Virtual Link */
Line 244  extern int ospf_if_down (struct ospf_interface *); Line 248  extern int ospf_if_down (struct ospf_interface *);
   
 extern int ospf_if_is_up (struct ospf_interface *);  extern int ospf_if_is_up (struct ospf_interface *);
 extern struct ospf_interface *ospf_if_exists (struct ospf_interface *);  extern struct ospf_interface *ospf_if_exists (struct ospf_interface *);
   extern struct ospf_interface *ospf_if_lookup_by_lsa_pos (struct ospf_area *,
                                                            int);
 extern struct ospf_interface *ospf_if_lookup_by_local_addr (struct ospf *,  extern struct ospf_interface *ospf_if_lookup_by_local_addr (struct ospf *,
                                                             struct interface                                                              struct interface
                                                             *,                                                              *,

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


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