OpenSDN source code
|
#include <agent_route.h>
Public Member Functions | |
AgentRouteKey (const Peer *peer, const std::string &vrf_name) | |
virtual | ~AgentRouteKey () |
virtual Agent::RouteTableType | GetRouteTableType ()=0 |
virtual std::string | ToString () const =0 |
virtual AgentRoute * | AllocRouteEntry (VrfEntry *vrf, bool is_multicast) const =0 |
virtual AgentRouteKey * | Clone () const =0 |
const std::string & | vrf_name () const |
const Peer * | peer () const |
void | set_peer (const Peer *peer) |
DISALLOW_COPY_AND_ASSIGN (AgentRouteKey) | |
![]() | |
AgentKey () | |
AgentKey (DBSubOperation sub_op) | |
virtual | ~AgentKey () |
![]() | |
virtual | ~DBRequestKey () |
Public Attributes | |
PeerConstPtr | peer_ |
std::string | vrf_name_ |
![]() | |
uint8_t | sub_op_ |
Additional Inherited Members | |
![]() | |
enum | DBSubOperation { ADD_DEL_CHANGE, RESYNC } |
Definition at line 35 of file agent_route.h.
|
inline |
Definition at line 36 of file agent_route.h.
|
inlinevirtual |
Definition at line 38 of file agent_route.h.
|
pure virtual |
Implemented in EvpnRouteKey, BridgeRouteKey, Inet4MulticastRouteKey, and InetUnicastRouteKey.
|
pure virtual |
Implemented in EvpnRouteKey, BridgeRouteKey, Inet4MulticastRouteKey, InetMplsUnicastRouteKey, and InetUnicastRouteKey.
AgentRouteKey::DISALLOW_COPY_AND_ASSIGN | ( | AgentRouteKey | ) |
|
pure virtual |
Implemented in EvpnRouteKey, BridgeRouteKey, Inet4MulticastRouteKey, InetMplsUnicastRouteKey, and InetUnicastRouteKey.
|
inline |
Definition at line 47 of file agent_route.h.
|
inline |
|
pure virtual |
Implemented in EvpnRouteKey, BridgeRouteKey, Inet4MulticastRouteKey, and InetUnicastRouteKey.
|
inline |
Definition at line 46 of file agent_route.h.
PeerConstPtr AgentRouteKey::peer_ |
Definition at line 50 of file agent_route.h.
std::string AgentRouteKey::vrf_name_ |
Definition at line 51 of file agent_route.h.