--- embedaddon/quagga/ripngd/ripng_route.h 2012/02/21 17:26:11 1.1.1.1 +++ embedaddon/quagga/ripngd/ripng_route.h 2016/11/02 10:09:12 1.1.1.2 @@ -48,7 +48,10 @@ extern void ripng_aggregate_increment (struct route_no struct ripng_info *rinfo); extern void ripng_aggregate_decrement (struct route_node *rp, 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_delete (struct prefix *p); +extern void ripng_aggregate_free (struct ripng_aggregate *aggregate); #endif /* _ZEBRA_RIPNG_ROUTE_H */