#include <bgp_config_parser.h>
|
static std::string | session_uuid (const std::string &left, const std::string &right, int index) |
|
|
bool | ParseConfig (const pugi::xml_node &root, bool add_change, RequestList *requests) const |
|
bool | ParseRoutingInstance (const pugi::xml_node &parent, bool add_change, RequestList *requests) const |
|
bool | ParseVirtualNetwork (const pugi::xml_node &parent, bool add_change, RequestList *requests) const |
|
bool | ParseSubCluster (const pugi::xml_node &parent, bool add_change, RequestList *requests) const |
|
bool | ParseRoutingPolicy (const pugi::xml_node &parent, bool add_change, RequestList *requests) const |
|
bool | ParseRouteAggregate (const pugi::xml_node &parent, bool add_change, RequestList *requests) const |
|
bool | ParseGlobalSystemConfig (const pugi::xml_node &parent, bool add_change, RequestList *requests) const |
|
bool | ParseGlobalQosConfig (const pugi::xml_node &parent, bool add_change, RequestList *requests) const |
|
| DISALLOW_COPY_AND_ASSIGN (BgpConfigParser) |
|
Definition at line 20 of file bgp_config_parser.h.
BgpConfigParser::BgpConfigParser |
( |
DB * |
db | ) |
|
|
explicit |
bool BgpConfigParser::Parse |
( |
const std::string & |
content | ) |
|
bool BgpConfigParser::ParseConfig |
( |
const pugi::xml_node & |
root, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
bool BgpConfigParser::ParseGlobalQosConfig |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
bool BgpConfigParser::ParseGlobalSystemConfig |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
bool BgpConfigParser::ParseRouteAggregate |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
bool BgpConfigParser::ParseRoutingInstance |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
bool BgpConfigParser::ParseRoutingPolicy |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
bool BgpConfigParser::ParseSubCluster |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
bool BgpConfigParser::ParseVirtualNetwork |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
string BgpConfigParser::session_uuid |
( |
const std::string & |
left, |
|
|
const std::string & |
right, |
|
|
int |
index |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: