Diff for /embedaddon/quagga/ripngd/ripng_route.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 17:26:11 version 1.1.1.2, 2016/11/02 10:09:12
Line 48  extern void ripng_aggregate_increment (struct route_no Line 48  extern void ripng_aggregate_increment (struct route_no
                                        struct ripng_info *rinfo);                                         struct ripng_info *rinfo);
 extern void ripng_aggregate_decrement (struct route_node *rp,  extern void ripng_aggregate_decrement (struct route_node *rp,
                                        struct ripng_info *rinfo);                                         struct ripng_info *rinfo);
   extern void ripng_aggregate_decrement_list (struct route_node *rp,
                                          struct list *list);
 extern int ripng_aggregate_add (struct prefix *p);  extern int ripng_aggregate_add (struct prefix *p);
 extern int ripng_aggregate_delete (struct prefix *p);  extern int ripng_aggregate_delete (struct prefix *p);
   extern void ripng_aggregate_free (struct ripng_aggregate *aggregate);
   
 #endif /* _ZEBRA_RIPNG_ROUTE_H */  #endif /* _ZEBRA_RIPNG_ROUTE_H */

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


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