OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
routing_policy_match.cc File Reference
Include dependency graph for routing_policy_match.cc:

Go to the source code of this file.

Functions

static bool IsSubprotocol (MatchProtocol::MatchProtocolType protocol)
 
const string MatchProtocolToString (MatchProtocol::MatchProtocolType protocol)
 
static
MatchProtocol::MatchProtocolType 
MatchProtocolFromString (const string &protocol)
 
static BgpPath::PathSource PathSourceFromMatchProtocol (MatchProtocol::MatchProtocolType src)
 

Variables

static const map< string,
MatchProtocol::MatchProtocolType
fromString
 
static const map
< MatchProtocol::MatchProtocolType,
string > 
toString
 
static const map
< MatchProtocol::MatchProtocolType,
BgpPath::PathSource
pathSourceMap
 
static const vector
< MatchProtocol::MatchProtocolType
isSubprotocol
 

Function Documentation

static bool IsSubprotocol ( MatchProtocol::MatchProtocolType  protocol)
static

Definition at line 480 of file routing_policy_match.cc.

static MatchProtocol::MatchProtocolType MatchProtocolFromString ( const string &  protocol)
static

Definition at line 494 of file routing_policy_match.cc.

const string MatchProtocolToString ( MatchProtocol::MatchProtocolType  protocol)

Definition at line 485 of file routing_policy_match.cc.

static BgpPath::PathSource PathSourceFromMatchProtocol ( MatchProtocol::MatchProtocolType  src)
static

Definition at line 504 of file routing_policy_match.cc.

Variable Documentation