|
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) | |
Public Member Functions inherited from AgentKey | |
| AgentKey () | |
| AgentKey (DBSubOperation sub_op) | |
| virtual | ~AgentKey () |
Public Member Functions inherited from DBRequestKey | |
| virtual | ~DBRequestKey () |
Public Attributes | |
| PeerConstPtr | peer_ |
| std::string | vrf_name_ |
Public Attributes inherited from AgentKey | |
| uint8_t | sub_op_ |
Additional Inherited Members | |
Public Types inherited from AgentKey | |
| 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 InetUnicastRouteKey, Inet4MulticastRouteKey, EvpnRouteKey, and BridgeRouteKey.
|
pure virtual |
Implemented in InetMplsUnicastRouteKey, InetUnicastRouteKey, Inet4MulticastRouteKey, EvpnRouteKey, and BridgeRouteKey.
| AgentRouteKey::DISALLOW_COPY_AND_ASSIGN | ( | AgentRouteKey | ) |
|
pure virtual |
Implemented in InetMplsUnicastRouteKey, InetUnicastRouteKey, Inet4MulticastRouteKey, EvpnRouteKey, and BridgeRouteKey.
|
inline |
Definition at line 47 of file agent_route.h.
|
inline |
|
pure virtual |
Implemented in InetUnicastRouteKey, Inet4MulticastRouteKey, EvpnRouteKey, and BridgeRouteKey.
|
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.