OpenSDN source code
|
#include <evpn_route.h>
Public Member Functions | |
EvpnRouteKey (const Peer *peer, const std::string &vrf_name, const MacAddress &mac, const IpAddress &ip_addr, uint32_t plen, uint32_t ethernet_tag) | |
virtual | ~EvpnRouteKey () |
virtual AgentRoute * | AllocRouteEntry (VrfEntry *vrf, bool is_multicast) const |
virtual Agent::RouteTableType | GetRouteTableType () |
virtual std::string | ToString () const |
virtual EvpnRouteKey * | Clone () const |
const MacAddress & | GetMac () const |
const IpAddress & | ip_addr () const |
uint32_t | ethernet_tag () 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 (EvpnRouteKey) | |
Private Attributes | |
MacAddress | dmac_ |
IpAddress | ip_addr_ |
uint32_t | plen_ |
uint32_t | ethernet_tag_ |
Additional Inherited Members | |
![]() | |
enum | DBSubOperation { ADD_DEL_CHANGE, RESYNC } |
![]() | |
PeerConstPtr | peer_ |
std::string | vrf_name_ |
![]() | |
uint8_t | sub_op_ |
Definition at line 238 of file vnsw/agent/oper/evpn_route.h.
|
inline |
Definition at line 240 of file vnsw/agent/oper/evpn_route.h.
|
inlinevirtual |
Definition at line 247 of file vnsw/agent/oper/evpn_route.h.
|
virtual |
Implements AgentRouteKey.
Definition at line 64 of file vnsw/agent/oper/evpn_route.cc.
|
virtual |
Implements AgentRouteKey.
Definition at line 58 of file vnsw/agent/oper/evpn_route.cc.
|
private |
|
inline |
Definition at line 255 of file vnsw/agent/oper/evpn_route.h.
|
inline |
Definition at line 253 of file vnsw/agent/oper/evpn_route.h.
|
inlinevirtual |
Implements AgentRouteKey.
Definition at line 250 of file vnsw/agent/oper/evpn_route.h.
|
inline |
Definition at line 254 of file vnsw/agent/oper/evpn_route.h.
|
virtual |
Implements AgentRouteKey.
Definition at line 48 of file vnsw/agent/oper/evpn_route.cc.
|
private |
Definition at line 258 of file vnsw/agent/oper/evpn_route.h.
|
private |
Definition at line 266 of file vnsw/agent/oper/evpn_route.h.
|
private |
Definition at line 259 of file vnsw/agent/oper/evpn_route.h.
|
private |
Definition at line 260 of file vnsw/agent/oper/evpn_route.h.