OpenSDN source code
|
#include <inet_unicast_route.h>
Public Member Functions | |
InetMplsUnicastRouteKey (const Peer *peer, const string &vrf_name, const IpAddress &dip, uint8_t plen) | |
virtual | ~InetMplsUnicastRouteKey () |
virtual Agent::RouteTableType | GetRouteTableType () |
virtual AgentRouteKey * | Clone () const |
![]() | |
InetUnicastRouteKey (const Peer *peer, const string &vrf_name, const IpAddress &dip, uint8_t plen) | |
virtual | ~InetUnicastRouteKey () |
AgentRoute * | AllocRouteEntry (VrfEntry *vrf, bool is_multicast) const |
virtual string | ToString () const |
const IpAddress & | addr () const |
uint8_t | plen () const |
![]() | |
AgentRouteKey (const Peer *peer, const std::string &vrf_name) | |
virtual | ~AgentRouteKey () |
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 () |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (InetMplsUnicastRouteKey) | |
Additional Inherited Members | |
![]() | |
enum | DBSubOperation { ADD_DEL_CHANGE, RESYNC } |
![]() | |
PeerConstPtr | peer_ |
std::string | vrf_name_ |
![]() | |
uint8_t | sub_op_ |
![]() | |
IpAddress | dip_ |
uint8_t | plen_ |
Definition at line 47 of file inet_unicast_route.h.
|
inline |
Definition at line 49 of file inet_unicast_route.h.
|
inlinevirtual |
Definition at line 52 of file inet_unicast_route.h.
|
virtual |
Reimplemented from InetUnicastRouteKey.
Definition at line 40 of file inet_unicast_route.cc.
|
private |
|
inlinevirtual |
Reimplemented from InetUnicastRouteKey.
Definition at line 54 of file inet_unicast_route.h.