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

#include <bgp_config.h>

Public Member Functions

std::string ToString () const
 

Public Attributes

ProtocolList protocols_match
 
PrefixMatchConfigList prefixes_to_match
 
CommunityList community_match
 
bool community_match_all
 
CommunityList ext_community_match
 
bool ext_community_match_all
 

Detailed Description

Definition at line 360 of file bgp_config.h.

Member Function Documentation

string RoutingPolicyMatchConfig::ToString ( ) const

Definition at line 421 of file bgp_config.cc.

Member Data Documentation

CommunityList RoutingPolicyMatchConfig::community_match

Definition at line 363 of file bgp_config.h.

bool RoutingPolicyMatchConfig::community_match_all

Definition at line 364 of file bgp_config.h.

CommunityList RoutingPolicyMatchConfig::ext_community_match

Definition at line 365 of file bgp_config.h.

bool RoutingPolicyMatchConfig::ext_community_match_all

Definition at line 366 of file bgp_config.h.

PrefixMatchConfigList RoutingPolicyMatchConfig::prefixes_to_match

Definition at line 362 of file bgp_config.h.

ProtocolList RoutingPolicyMatchConfig::protocols_match

Definition at line 361 of file bgp_config.h.


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