#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.
◆ RequestList
◆ BgpConfigParser()
| BgpConfigParser::BgpConfigParser |
( |
DB * |
db | ) |
|
|
explicit |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ Parse()
| bool BgpConfigParser::Parse |
( |
const std::string & |
content | ) |
|
◆ ParseConfig()
| bool BgpConfigParser::ParseConfig |
( |
const pugi::xml_node & |
root, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
◆ ParseGlobalQosConfig()
| bool BgpConfigParser::ParseGlobalQosConfig |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
◆ ParseGlobalSystemConfig()
| bool BgpConfigParser::ParseGlobalSystemConfig |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
◆ ParseRouteAggregate()
| bool BgpConfigParser::ParseRouteAggregate |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
◆ ParseRoutingInstance()
| bool BgpConfigParser::ParseRoutingInstance |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
◆ ParseRoutingPolicy()
| bool BgpConfigParser::ParseRoutingPolicy |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
◆ ParseSubCluster()
| bool BgpConfigParser::ParseSubCluster |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
◆ ParseVirtualNetwork()
| bool BgpConfigParser::ParseVirtualNetwork |
( |
const pugi::xml_node & |
parent, |
|
|
bool |
add_change, |
|
|
RequestList * |
requests |
|
) |
| const |
|
private |
◆ session_uuid()
| string BgpConfigParser::session_uuid |
( |
const std::string & |
left, |
|
|
const std::string & |
right, |
|
|
int |
index |
|
) |
| |
|
static |
◆ db_
The documentation for this class was generated from the following files: