Diff for /embedaddon/quagga/ospf6d/ospf6_asbr.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/10/09 09:22:28 version 1.1.1.3, 2016/11/02 10:09:11
Line 49  struct ospf6_external_info Line 49  struct ospf6_external_info
   struct in6_addr forwarding;    struct in6_addr forwarding;
   /* u_int32_t tag; */    /* u_int32_t tag; */
   
  unsigned int ifindex;  ifindex_t ifindex;
 };  };
   
 /* AS-External-LSA */  /* AS-External-LSA */
Line 79  extern void ospf6_asbr_lsentry_add (struct ospf6_route Line 79  extern void ospf6_asbr_lsentry_add (struct ospf6_route
 extern void ospf6_asbr_lsentry_remove (struct ospf6_route *asbr_entry);  extern void ospf6_asbr_lsentry_remove (struct ospf6_route *asbr_entry);
   
 extern int ospf6_asbr_is_asbr (struct ospf6 *o);  extern int ospf6_asbr_is_asbr (struct ospf6 *o);
extern void ospf6_asbr_redistribute_add (int type, int ifindex,extern void ospf6_asbr_redistribute_add (int type, ifindex_t ifindex,
                                          struct prefix *prefix,                                           struct prefix *prefix,
                                          u_int nexthop_num,                                           u_int nexthop_num,
                                          struct in6_addr *nexthop);                                           struct in6_addr *nexthop);
extern void ospf6_asbr_redistribute_remove (int type, int ifindex,extern void ospf6_asbr_redistribute_remove (int type, ifindex_t ifindex,
                                             struct prefix *prefix);                                              struct prefix *prefix);
   
 extern int ospf6_redistribute_config_write (struct vty *vty);  extern int ospf6_redistribute_config_write (struct vty *vty);
   
 extern void ospf6_asbr_init (void);  extern void ospf6_asbr_init (void);
   extern void ospf6_asbr_redistribute_reset (void);
 extern void ospf6_asbr_terminate (void);  extern void ospf6_asbr_terminate (void);
   
 extern int config_write_ospf6_debug_asbr (struct vty *vty);  extern int config_write_ospf6_debug_asbr (struct vty *vty);

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


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