OpenSDN source code
|
#include <boost/uuid/uuid_io.hpp>
#include <boost/lexical_cast.hpp>
#include <cmn/agent_cmn.h>
#include <route/route.h>
#include <vnc_cfg_types.h>
#include <agent_types.h>
#include <init/agent_param.h>
#include <oper/peer.h>
#include <oper/vrf.h>
#include <oper/interface_common.h>
#include <oper/nexthop.h>
#include <oper/tunnel_nh.h>
#include <oper/vn.h>
#include <oper/mirror_table.h>
#include <oper/vxlan.h>
#include <oper/mpls.h>
#include <oper/route_common.h>
#include <oper/multicast.h>
#include <sandesh/sandesh_trace.h>
#include <sandesh/common/vns_constants.h>
#include <resource_manager/resource_manager.h>
#include <resource_manager/resource_table.h>
#include <resource_manager/mpls_index.h>
#include <oper/physical_device.h>
Go to the source code of this file.
Classes | |
class | AgentRouteTable::DeleteActor |
Functions | |
bool | RtPathHasInterfaceComposite (const AgentPath *a_path) |
returns true if the given path is not null and points More... | |
bool | RtPathHasLocalInterface (const AgentPath *a_path) |
returns true if the given path is not null and points More... | |
bool RtPathHasInterfaceComposite | ( | const AgentPath * | a_path | ) |
returns true if the given path is not null and points
Definition at line 766 of file agent_route.cc.
bool RtPathHasLocalInterface | ( | const AgentPath * | a_path | ) |
returns true if the given path is not null and points
Definition at line 792 of file agent_route.cc.