OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PrefixMatchConfig Struct Reference

#include <bgp_config.h>

Collaboration diagram for PrefixMatchConfig:

Public Member Functions

 PrefixMatchConfig (std::string to_match, std::string match_type)
 

Public Attributes

std::string prefix_to_match
 
std::string prefix_match_type
 

Detailed Description

Definition at line 350 of file bgp_config.h.

Constructor & Destructor Documentation

PrefixMatchConfig::PrefixMatchConfig ( std::string  to_match,
std::string  match_type 
)
inline

Definition at line 351 of file bgp_config.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: