|
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 |
Public Member Functions inherited from InetUnicastRouteKey | |
| 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 |
Public Member Functions inherited from AgentRouteKey | |
| 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) | |
Public Member Functions inherited from AgentKey | |
| AgentKey () | |
| AgentKey (DBSubOperation sub_op) | |
| virtual | ~AgentKey () |
Public Member Functions inherited from DBRequestKey | |
| virtual | ~DBRequestKey () |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (InetMplsUnicastRouteKey) | |
Additional Inherited Members | |
Public Types inherited from AgentKey | |
| enum | DBSubOperation { ADD_DEL_CHANGE , RESYNC } |
Public Attributes inherited from AgentRouteKey | |
| PeerConstPtr | peer_ |
| std::string | vrf_name_ |
Public Attributes inherited from AgentKey | |
| uint8_t | sub_op_ |
Protected Attributes inherited from InetUnicastRouteKey | |
| 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.