|
OpenSDN source code
|

Public Types | |
| typedef BgpConfigManager::NeighborMap | NeighborMap |
Public Member Functions | |
| YamlInstanceData (const std::string &name) | |
| ~YamlInstanceData () | |
| bool | AddNeighbor (BgpNeighborConfig *neighbor) |
| const NeighborMap & | neighbors () const |
| NeighborMap * | neighbors () |
| BgpProtocolConfig * | GetProtocol () |
Private Attributes | |
| BgpProtocolConfig | protocol_ |
| NeighborMap | neighbors_ |
Definition at line 16 of file bgp_config_yaml.cc.
Definition at line 18 of file bgp_config_yaml.cc.
|
inlineexplicit |
Definition at line 20 of file bgp_config_yaml.cc.
|
inline |
|
inline |
|
inline |
Definition at line 45 of file bgp_config_yaml.cc.
|
inline |
Definition at line 41 of file bgp_config_yaml.cc.
|
inline |
Definition at line 37 of file bgp_config_yaml.cc.
|
private |
Definition at line 49 of file bgp_config_yaml.cc.
|
private |
Definition at line 48 of file bgp_config_yaml.cc.