OpenSDN source code
|
#include <bgp_config.h>
Public Attributes | |
SCAddress::Family | family |
std::string | routing_instance |
std::vector< std::string > | prefix |
std::string | service_chain_address |
std::string | service_instance |
std::string | source_routing_instance |
std::string | service_chain_id |
bool | sc_head |
bool | retain_as_path |
Definition at line 325 of file bgp_config.h.
SCAddress::Family ServiceChainConfig::family |
Definition at line 326 of file bgp_config.h.
std::vector<std::string> ServiceChainConfig::prefix |
Definition at line 328 of file bgp_config.h.
bool ServiceChainConfig::retain_as_path |
Definition at line 334 of file bgp_config.h.
std::string ServiceChainConfig::routing_instance |
Definition at line 327 of file bgp_config.h.
bool ServiceChainConfig::sc_head |
Definition at line 333 of file bgp_config.h.
std::string ServiceChainConfig::service_chain_address |
Definition at line 329 of file bgp_config.h.
std::string ServiceChainConfig::service_chain_id |
Definition at line 332 of file bgp_config.h.
std::string ServiceChainConfig::service_instance |
Definition at line 330 of file bgp_config.h.
std::string ServiceChainConfig::source_routing_instance |
Definition at line 331 of file bgp_config.h.