OpenSDN source code
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::PrefixMatchConfig ( std::string  to_match,
std::string  match_type 
)
inline

Definition at line 351 of file bgp_config.h.

Member Data Documentation

◆ prefix_match_type

std::string PrefixMatchConfig::prefix_match_type

Definition at line 355 of file bgp_config.h.

◆ prefix_to_match

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: