#include <bgp_show_route.h>
|
static uint32_t | GetMaxCount (bool test_mode) |
|
static RequestPipeline::InstData * | CreateData (int stage) |
|
static bool | CallbackS1Common (const ShowRouteReq *req, int inst_id, ShowRouteData *mydata) |
|
static void | CallbackS2Common (const ShowRouteReq *req, const RequestPipeline::PipeSpec ps, ShowRouteResp *resp) |
|
static bool | CallbackS1 (const Sandesh *sr, const RequestPipeline::PipeSpec ps, int stage, int instNum, RequestPipeline::InstData *data) |
|
static bool | CallbackS2 (const Sandesh *sr, const RequestPipeline::PipeSpec &ps, int stage, int instNum, RequestPipeline::InstData *data) |
|
static bool | CallbackS1Iterate (const Sandesh *sr, const RequestPipeline::PipeSpec ps, int stage, int instNum, RequestPipeline::InstData *data) |
|
static bool | CallbackS2Iterate (const Sandesh *sr, const RequestPipeline::PipeSpec ps, int stage, int instNum, RequestPipeline::InstData *data) |
|
static std::string | SaveContextAndPopLast (const ShowRouteReq *req, std::vector< ShowRouteTable > *route_table_list) |
|
static bool | ConvertReqIterateToReq (const ShowRouteReqIterate *req_iterate, ShowRouteReq *req) |
|
static uint32_t | GetMaxRouteCount (const ShowRouteReq *req) |
|
Definition at line 17 of file bgp_show_route.h.
ShowRouteHandler::ShowRouteHandler |
( |
const ShowRouteReq * |
req, |
|
|
int |
inst_id |
|
) |
| |
void ShowRouteHandler::BuildShowRouteTable |
( |
BgpTable * |
table, |
|
|
std::vector< ShowRoute > * |
route_list, |
|
|
int |
count |
|
) |
| |
bool ShowRouteHandler::CallbackS1Common |
( |
const ShowRouteReq * |
req, |
|
|
int |
inst_id, |
|
|
ShowRouteData * |
mydata |
|
) |
| |
|
static |
void ShowRouteHandler::CallbackS2Common |
( |
const ShowRouteReq * |
req, |
|
|
const RequestPipeline::PipeSpec |
ps, |
|
|
ShowRouteResp * |
resp |
|
) |
| |
|
static |
bool ShowRouteHandler::ConvertReqIterateToReq |
( |
const ShowRouteReqIterate * |
req_iterate, |
|
|
ShowRouteReq * |
req |
|
) |
| |
|
static |
uint32_t ShowRouteHandler::GetMaxCount |
( |
bool |
test_mode | ) |
|
|
static |
uint32_t ShowRouteHandler::GetMaxRouteCount |
( |
const ShowRouteReq * |
req | ) |
|
|
static |
bool ShowRouteHandler::match |
( |
const std::string & |
expected, |
|
|
const std::string & |
actual |
|
) |
| |
bool ShowRouteHandler::MatchPrefix |
( |
const std::string & |
expected_prefix, |
|
|
BgpRoute * |
route, |
|
|
bool |
longer_match, |
|
|
bool |
shorter_match |
|
) |
| |
string ShowRouteHandler::SaveContextAndPopLast |
( |
const ShowRouteReq * |
req, |
|
|
std::vector< ShowRouteTable > * |
route_table_list |
|
) |
| |
|
static |
int ShowRouteHandler::inst_id_ |
|
private |
char ShowRouteHandler::kIterSeparator = "||" |
|
static |
const uint32_t ShowRouteHandler::kMaxCount = 1000 |
|
static |
const uint32_t ShowRouteHandler::kUnitTestMaxCount = 100 |
|
static |
const ShowRouteReq* ShowRouteHandler::req_ |
|
private |
The documentation for this class was generated from the following files: