OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
path_resolver.cc File Reference
#include "bgp/routing-instance/path_resolver.h"
#include <boost/foreach.hpp>
#include "base/lifetime.h"
#include "base/set_util.h"
#include "base/task.h"
#include "base/task_annotations.h"
#include "base/task_trigger.h"
#include "bgp/bgp_log.h"
#include "bgp/bgp_peer_types.h"
#include "bgp/bgp_server.h"
#include "bgp/bgp_table.h"
#include "bgp/extended-community/vrf_route_import.h"
#include "bgp/inet/inet_route.h"
#include "bgp/inet6/inet6_route.h"
#include "bgp/routing-instance/routing_instance.h"
#include "bgp/rtarget/rtarget_address.h"
Include dependency graph for path_resolver.cc:

Go to the source code of this file.

Classes

class  PathResolver::DeleteActor
 

Functions

static bool RoutePrefixIsAddress (Address::Family family, const BgpRoute *route, const IpAddress &address)
 
static ExtCommunityPtr UpdateExtendedCommunity (ExtCommunityDB *extcomm_db, const BgpAttr *attr, const BgpAttr *nh_attr)
 

Function Documentation

static bool RoutePrefixIsAddress ( Address::Family  family,
const BgpRoute route,
const IpAddress address 
)
static

Definition at line 31 of file path_resolver.cc.

Here is the call graph for this function:

static ExtCommunityPtr UpdateExtendedCommunity ( ExtCommunityDB extcomm_db,
const BgpAttr attr,
const BgpAttr nh_attr 
)
static

Definition at line 937 of file path_resolver.cc.

Here is the call graph for this function: