OpenSDN source code
|
#include "bgp/routing-policy/routing_policy_match.h"
#include <boost/foreach.hpp>
#include <boost/assign/list_of.hpp>
#include <algorithm>
#include <map>
#include <sstream>
#include <vector>
#include "bgp/ipeer.h"
#include "bgp/bgp_attr.h"
#include "bgp/bgp_path.h"
#include "bgp/extended-community/default_gateway.h"
#include "bgp/extended-community/es_import.h"
#include "bgp/extended-community/esi_label.h"
#include "bgp/extended-community/etree.h"
#include "bgp/extended-community/load_balance.h"
#include "bgp/extended-community/mac_mobility.h"
#include "bgp/extended-community/router_mac.h"
#include "bgp/extended-community/site_of_origin.h"
#include "bgp/extended-community/source_as.h"
#include "bgp/extended-community/tag.h"
#include "bgp/extended-community/vrf_route_import.h"
#include "bgp/origin-vn/origin_vn.h"
#include "bgp/routing-instance/routepath_replicator.h"
#include "bgp/routing-instance/routing_instance.h"
#include "bgp/rtarget/rtarget_address.h"
#include "bgp/security_group/security_group.h"
#include "bgp/tunnel_encap/tunnel_encap.h"
#include "net/community_type.h"
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 |
|
static |
Definition at line 480 of file routing_policy_match.cc.
|
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 |
Definition at line 504 of file routing_policy_match.cc.
|
static |
Definition at line 439 of file routing_policy_match.cc.
|
static |
Definition at line 475 of file routing_policy_match.cc.
|
static |
Definition at line 463 of file routing_policy_match.cc.
|
static |
Definition at line 451 of file routing_policy_match.cc.