Go to the source code of this file.
|
| 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 | FillRoutePathLargeCommunityInfo (const LargeCommunity *largecomm, 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) |
| |
◆ FillEdgeDiscoveryInfo()
| static void FillEdgeDiscoveryInfo |
( |
const EdgeDiscovery * |
edge_discovery, |
|
|
ShowRoutePath * |
show_path |
|
) |
| |
|
static |
◆ FillEdgeForwardingInfo()
| static void FillEdgeForwardingInfo |
( |
const EdgeForwarding * |
edge_forwarding, |
|
|
ShowRoutePath * |
show_path |
|
) |
| |
|
static |
◆ FillOriginVnPathInfo()
| static void FillOriginVnPathInfo |
( |
const OriginVnPath * |
ovnpath, |
|
|
ShowRoutePath * |
show_path |
|
) |
| |
|
static |
◆ FillPmsiTunnelInfo()
| static void FillPmsiTunnelInfo |
( |
const PmsiTunnel * |
pmsi_tunnel, |
|
|
const ExtCommunity * |
ext, |
|
|
ShowRoutePath * |
show_path |
|
) |
| |
|
static |
◆ FillRoutePathClusterListInfo()
| static void FillRoutePathClusterListInfo |
( |
const ClusterList * |
clist, |
|
|
ShowRoutePath * |
show_path |
|
) |
| |
|
static |
◆ FillRoutePathCommunityInfo()
| static void FillRoutePathCommunityInfo |
( |
const Community * |
comm, |
|
|
ShowRoutePath * |
show_path, |
|
|
vector< string > * |
communities |
|
) |
| |
|
static |
◆ FillRoutePathExtCommunityInfo()
| static void FillRoutePathExtCommunityInfo |
( |
const BgpTable * |
table, |
|
|
const ExtCommunity * |
extcomm, |
|
|
ShowRoutePath * |
show_path, |
|
|
vector< string > * |
communities |
|
) |
| |
|
static |
◆ FillRoutePathLargeCommunityInfo()
| static void FillRoutePathLargeCommunityInfo |
( |
const LargeCommunity * |
largecomm, |
|
|
ShowRoutePath * |
show_path, |
|
|
vector< string > * |
communities |
|
) |
| |
|
static |