OpenSDN source code
|
#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"
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) |
|
static |
|
static |