OpenSDN source code
|
#include "bgp/routing-instance/routepath_replicator.h"
#include <boost/foreach.hpp>
#include <utility>
#include "base/set_util.h"
#include "base/task_annotations.h"
#include "base/task_trigger.h"
#include "bgp/bgp_config.h"
#include "bgp/bgp_log.h"
#include "bgp/bgp_route.h"
#include "bgp/bgp_server.h"
#include "bgp/origin-vn/origin_vn.h"
#include "bgp/routing-instance/path_resolver.h"
#include "bgp/routing-instance/routing_instance.h"
#include "bgp/routing-instance/rtarget_group_mgr.h"
#include "bgp/routing-instance/routing_instance_analytics_types.h"
Go to the source code of this file.
Classes | |
class | TableState::DeleteActor |
Macros | |
#define | RPR_TRACE(obj,...) |
#define | RPR_TRACE_ONLY(obj,...) |
Functions | |
static ExtCommunityPtr | UpdateOriginVn (BgpServer *server, const ExtCommunity *ext_community, int vn_index) |
static ExtCommunityPtr | UpdateExtCommunity (BgpServer *server, const RoutingInstance *rtinstance, const ExtCommunity *ext_community, const ExtCommunity::ExtCommunityList &export_list) |
#define RPR_TRACE | ( | obj, | |
... | |||
) |
Definition at line 34 of file routepath_replicator.cc.
#define RPR_TRACE_ONLY | ( | obj, | |
... | |||
) |
Definition at line 43 of file routepath_replicator.cc.
|
static |
|
static |