OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
show_route_aggregate.cc File Reference
#include <boost/foreach.hpp>
#include <boost/assign/list_of.hpp>
#include "base/regex.h"
#include "bgp/bgp_server.h"
#include "bgp/bgp_show_handler.h"
#include "bgp/routing-instance/routing_instance.h"
#include "bgp/routing-instance/route_aggregator.h"
#include "bgp/routing-instance/route_aggregate_internal_types.h"
#include "bgp/routing-instance/route_aggregate_types.h"
Include dependency graph for show_route_aggregate.cc:

Go to the source code of this file.

Functions

static bool FillRouteAggregateInfoList (const BgpSandeshContext *bsc, bool summary, uint32_t page_limit, uint32_t iter_limit, const string &start_instance, const string &search_string, vector< AggregateRouteEntriesInfo > *are_list, string *next_instance)
 

Function Documentation

static bool FillRouteAggregateInfoList ( const BgpSandeshContext bsc,
bool  summary,
uint32_t  page_limit,
uint32_t  iter_limit,
const string &  start_instance,
const string &  search_string,
vector< AggregateRouteEntriesInfo > *  are_list,
string *  next_instance 
)
static

Definition at line 23 of file show_route_aggregate.cc.

Here is the call graph for this function: