OpenSDN source code
|
#include "bgp/routing-instance/service_chaining.h"
#include <boost/foreach.hpp>
#include <boost/assign/list_of.hpp>
#include <algorithm>
#include "base/task_annotations.h"
#include "base/task_trigger.h"
#include "bgp/bgp_config.h"
#include "bgp/bgp_log.h"
#include "bgp/bgp_membership.h"
#include "bgp/bgp_server.h"
#include "bgp/extended-community/load_balance.h"
#include "bgp/extended-community/site_of_origin.h"
#include "bgp/inet6vpn/inet6vpn_route.h"
#include "bgp/l3vpn/inetvpn_route.h"
#include "bgp/origin-vn/origin_vn.h"
#include "bgp/routing-instance/routing_instance.h"
#include "bgp/routing-instance/service_chaining_types.h"
#include "bgp/tunnel_encap/tunnel_encap.h"
#include "net/community_type.h"
Go to the source code of this file.
Classes | |
class | ServiceChainMgr< T >::DeleteActor< T > |
Functions | |
static int | GetOriginVnIndex (const BgpTable *table, const BgpRoute *route) |