|
OpenSDN source code
|
#include <inet_unicast_route.h>


Public Member Functions | |
| 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 Agent::RouteTableType | GetRouteTableType () |
| virtual string | ToString () const |
| virtual AgentRouteKey * | Clone () 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 () |
Protected Attributes | |
| IpAddress | dip_ |
| uint8_t | plen_ |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (InetUnicastRouteKey) | |
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_ |
Definition at line 17 of file inet_unicast_route.h.
|
inline |
Definition at line 19 of file inet_unicast_route.h.
|
inlinevirtual |
Definition at line 22 of file inet_unicast_route.h.
|
inline |
Definition at line 38 of file inet_unicast_route.h.
|
virtual |
Implements AgentRouteKey.
Definition at line 30 of file inet_unicast_route.cc.
|
virtual |
Implements AgentRouteKey.
Reimplemented in InetMplsUnicastRouteKey.
Definition at line 36 of file inet_unicast_route.cc.
|
private |
|
inlinevirtual |
Implements AgentRouteKey.
Reimplemented in InetMplsUnicastRouteKey.
Definition at line 26 of file inet_unicast_route.h.
|
inline |
Definition at line 39 of file inet_unicast_route.h.
|
virtual |
Implements AgentRouteKey.
Definition at line 336 of file inet_unicast_route.cc.
|
protected |
Definition at line 42 of file inet_unicast_route.h.
|
protected |
Definition at line 43 of file inet_unicast_route.h.