OpenSDN source code
|
#include <cmn/agent_cmn.h>
#include <cmn/agent.h>
#include <route/path.h>
#include <oper/nexthop.h>
#include <oper/agent_route.h>
#include <oper/mpls.h>
#include <oper/vxlan.h>
Go to the source code of this file.
Classes | |
class | PathPreference |
struct | PathPreferenceData |
class | AgentPathEcmpComponent |
class | AgentPath |
class | EvpnDerivedPath |
class | EvpnDerivedPathData |
class | ResolveRoute |
class | LocalVmRoute |
class | PBBRoute |
class | InetInterfaceRoute |
class | HostRoute |
class | L2ReceiveRoute |
class | VlanNhRoute |
class | MulticastRoutePath |
class | MulticastRoute |
class | IpamSubnetRoute |
class | ReceiveRoute |
class | Inet4UnicastArpRoute |
class | InetUnicastNdpRoute |
class | Inet4UnicastGatewayRoute |
class | DropRoute |
class | Inet4UnicastInterfaceRoute |
class | MacVmBindingPath |
class | MacVmBindingPathData |
class | InetEvpnRoutePath |
class | InetEvpnRouteData |
class | EvpnRoutingData |
class | EvpnRoutingPath |
Typedefs | |
typedef boost::shared_ptr < AgentPathEcmpComponent > | AgentPathEcmpComponentPtr |
typedef std::vector < AgentPathEcmpComponentPtr > | AgentPathEcmpComponentPtrList |
typedef boost::shared_ptr<AgentPathEcmpComponent> AgentPathEcmpComponentPtr |
Definition at line 228 of file agent_path.h.
typedef std::vector<AgentPathEcmpComponentPtr> AgentPathEcmpComponentPtrList |
Definition at line 229 of file agent_path.h.