#include <bgp_router.h>
Definition at line 26 of file bgp_router.h.
◆ BgpRouter()
BgpRouter::BgpRouter |
( |
const std::string & |
name, |
|
|
const std::string & |
ipv4_address, |
|
|
const uint32_t & |
port, |
|
|
autogen::BgpRouterParams & |
params |
|
) |
| |
◆ ~BgpRouter()
BgpRouter::~BgpRouter |
( |
| ) |
|
◆ control_node_zone_name()
const std::string& BgpRouter::control_node_zone_name |
( |
| ) |
const |
|
inline |
◆ DISALLOW_COPY_AND_ASSIGN()
BgpRouter::DISALLOW_COPY_AND_ASSIGN |
( |
BgpRouter |
| ) |
|
|
private |
◆ get_inet_labeled_af()
bool BgpRouter::get_inet_labeled_af |
( |
| ) |
|
|
inline |
◆ ipv4_address()
const Ip4Address& BgpRouter::ipv4_address |
( |
| ) |
const |
|
inline |
◆ name()
const std::string& BgpRouter::name |
( |
| ) |
const |
|
inline |
◆ port()
const uint32_t& BgpRouter::port |
( |
| ) |
const |
|
inline |
◆ set_control_node_zone_name()
void BgpRouter::set_control_node_zone_name |
( |
const std::string & |
contol_node_zone_name | ) |
|
◆ set_inet_labeled_af()
void BgpRouter::set_inet_labeled_af |
( |
const autogen::BgpRouterParams |
params | ) |
|
◆ set_ip_address_port()
void BgpRouter::set_ip_address_port |
( |
const std::string & |
ip_address, |
|
|
const uint32_t & |
port |
|
) |
| |
◆ control_node_zone_name_
std::string BgpRouter::control_node_zone_name_ |
|
private |
◆ inet_labeled_af_enable_
bool BgpRouter::inet_labeled_af_enable_ |
|
private |
◆ ipv4_address_
◆ name_
std::string BgpRouter::name_ |
|
private |
◆ params_
autogen::BgpRouterParams BgpRouter::params_ |
|
private |
◆ port_
uint32_t BgpRouter::port_ |
|
private |
The documentation for this class was generated from the following files: