OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ControllerPeerPath Class Reference

#include <controller_route_path.h>

Inheritance diagram for ControllerPeerPath:
Collaboration diagram for ControllerPeerPath:

Public Member Functions

 ControllerPeerPath (const BgpPeer *peer)
 
 ~ControllerPeerPath ()
 
virtual bool UpdateRoute (AgentRoute *route)
 
- Public Member Functions inherited from AgentRouteData
 AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number)
 
virtual ~AgentRouteData ()
 
virtual std::string ToString () const =0
 
virtual AgentPathCreateAgentPath (const Peer *peer, AgentRoute *rt) const
 
virtual bool AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt)=0
 
virtual bool CanDeletePath (Agent *agent, AgentPath *path, const AgentRoute *rt) const
 
bool AddChangePath (Agent *agent, AgentPath *path, const AgentRoute *rt)
 
bool is_multicast () const
 
uint64_t sequence_number () const
 
 DISALLOW_COPY_AND_ASSIGN (AgentRouteData)
 
- Public Member Functions inherited from AgentData
 AgentData ()
 
virtual ~AgentData ()
 
- Public Member Functions inherited from DBRequestData
virtual ~DBRequestData ()
 

Static Public Attributes

static const uint64_t kInvalidPeerIdentifier = 0xFFFFFFFFFFFFFFFFLL
 

Private Attributes

const BgpPeerpeer_
 

Additional Inherited Members

- Public Types inherited from AgentRouteData
enum  Type { ADD_DEL_CHANGE, ROUTE_PREFERENCE_CHANGE, IPAM_SUBNET }
 
- Public Attributes inherited from AgentRouteData
Type type_
 
bool is_multicast_
 
uint64_t sequence_number_
 

Detailed Description

Definition at line 41 of file controller_route_path.h.

Constructor & Destructor Documentation

ControllerPeerPath::ControllerPeerPath ( const BgpPeer peer)

Definition at line 36 of file controller_route_path.cc.

Here is the call graph for this function:

ControllerPeerPath::~ControllerPeerPath ( )
inline

Definition at line 45 of file controller_route_path.h.

Member Function Documentation

virtual bool ControllerPeerPath::UpdateRoute ( AgentRoute route)
inlinevirtual

Reimplemented from AgentRouteData.

Reimplemented in ControllerVmRoute.

Definition at line 47 of file controller_route_path.h.

Member Data Documentation

const uint64_t ControllerPeerPath::kInvalidPeerIdentifier = 0xFFFFFFFFFFFFFFFFLL
static

Definition at line 43 of file controller_route_path.h.

const BgpPeer* ControllerPeerPath::peer_
private

Definition at line 50 of file controller_route_path.h.


The documentation for this class was generated from the following files: