OpenSDN source code
|
#include <bgp_config.h>
Public Member Functions | |
PrefixMatchConfig (std::string to_match, std::string match_type) | |
Public Attributes | |
std::string | prefix_to_match |
std::string | prefix_match_type |
Definition at line 350 of file bgp_config.h.
|
inline |
Definition at line 351 of file bgp_config.h.
std::string PrefixMatchConfig::prefix_match_type |
Definition at line 355 of file bgp_config.h.
std::string PrefixMatchConfig::prefix_to_match |
Definition at line 354 of file bgp_config.h.