Diff for /embedaddon/quagga/ospfd/ospf_route.h between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.3, 2016/11/02 10:09:12
Line 39  struct ospf_path Line 39  struct ospf_path
 {  {
   struct in_addr nexthop;    struct in_addr nexthop;
   struct in_addr adv_router;    struct in_addr adv_router;
  unsigned int ifindex;  ifindex_t ifindex;
 };  };
   
 /* Below is the structure linked to every  /* Below is the structure linked to every
Line 141  extern void ospf_intra_add_transit (struct route_table Line 141  extern void ospf_intra_add_transit (struct route_table
 extern void ospf_intra_add_stub (struct route_table *,  extern void ospf_intra_add_stub (struct route_table *,
                                  struct router_lsa_link *, struct vertex *,                                   struct router_lsa_link *, struct vertex *,
                                  struct ospf_area *,                                   struct ospf_area *,
                                 int parent_is_root);                                 int parent_is_root, int);
   
 extern int ospf_route_cmp (struct ospf *, struct ospf_route *,  extern int ospf_route_cmp (struct ospf *, struct ospf_route *,
                            struct ospf_route *);                             struct ospf_route *);
Line 159  extern void ospf_prune_unreachable_networks (struct ro Line 159  extern void ospf_prune_unreachable_networks (struct ro
 extern void ospf_prune_unreachable_routers (struct route_table *);  extern void ospf_prune_unreachable_routers (struct route_table *);
 extern int ospf_add_discard_route (struct route_table *, struct ospf_area *,  extern int ospf_add_discard_route (struct route_table *, struct ospf_area *,
                                    struct prefix_ipv4 *);                                     struct prefix_ipv4 *);
extern void ospf_delete_discard_route (struct prefix_ipv4 *);extern void ospf_delete_discard_route (struct route_table *, struct prefix_ipv4 *);
 extern int ospf_route_match_same (struct route_table *, struct prefix_ipv4 *,  extern int ospf_route_match_same (struct route_table *, struct prefix_ipv4 *,
                                   struct ospf_route *);                                    struct ospf_route *);
   

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


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