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

Go to the source code of this file.

Functions

static void FillRoutePathClusterListInfo (const ClusterList *clist, ShowRoutePath *show_path)
 
static void FillRoutePathCommunityInfo (const Community *comm, ShowRoutePath *show_path, vector< string > *communities)
 
static void FillRoutePathExtCommunityInfo (const BgpTable *table, const ExtCommunity *extcomm, ShowRoutePath *show_path, vector< string > *communities)
 
static void FillEdgeForwardingInfo (const EdgeForwarding *edge_forwarding, ShowRoutePath *show_path)
 
static void FillEdgeDiscoveryInfo (const EdgeDiscovery *edge_discovery, ShowRoutePath *show_path)
 
static void FillOriginVnPathInfo (const OriginVnPath *ovnpath, ShowRoutePath *show_path)
 
static void FillPmsiTunnelInfo (const PmsiTunnel *pmsi_tunnel, const ExtCommunity *ext, ShowRoutePath *show_path)
 

Function Documentation

static void FillEdgeDiscoveryInfo ( const EdgeDiscovery edge_discovery,
ShowRoutePath *  show_path 
)
static

Definition at line 586 of file bgp_route.cc.

Here is the call graph for this function:

static void FillEdgeForwardingInfo ( const EdgeForwarding edge_forwarding,
ShowRoutePath *  show_path 
)
static

Definition at line 565 of file bgp_route.cc.

Here is the call graph for this function:

static void FillOriginVnPathInfo ( const OriginVnPath ovnpath,
ShowRoutePath *  show_path 
)
static

Definition at line 611 of file bgp_route.cc.

Here is the call graph for this function:

static void FillPmsiTunnelInfo ( const PmsiTunnel pmsi_tunnel,
const ExtCommunity ext,
ShowRoutePath *  show_path 
)
static

Definition at line 623 of file bgp_route.cc.

Here is the call graph for this function:

static void FillRoutePathClusterListInfo ( const ClusterList clist,
ShowRoutePath *  show_path 
)
static

Definition at line 457 of file bgp_route.cc.

Here is the call graph for this function:

static void FillRoutePathCommunityInfo ( const Community comm,
ShowRoutePath *  show_path,
vector< string > *  communities 
)
static

Definition at line 468 of file bgp_route.cc.

Here is the call graph for this function:

static void FillRoutePathExtCommunityInfo ( const BgpTable table,
const ExtCommunity extcomm,
ShowRoutePath *  show_path,
vector< string > *  communities 
)
static

Definition at line 473 of file bgp_route.cc.