OpenSDN source code
|
#include <inet4_multicast_route.h>
Public Member Functions | |
Inet4MulticastRouteKey (const Peer *peer, const string &vrf_name, const Ip4Address &dip, const Ip4Address &sip, uint32_t ethernet_tag) | |
Inet4MulticastRouteKey (const string &vrf_name, const Ip4Address &dip, const Ip4Address &sip) | |
Inet4MulticastRouteKey (const string &vrf_name, const Ip4Address &dip) | |
Inet4MulticastRouteKey (const string &vrf_name) | |
virtual | ~Inet4MulticastRouteKey () |
virtual AgentRoute * | AllocRouteEntry (VrfEntry *vrf, bool is_multicast) const |
virtual Agent::RouteTableType | GetRouteTableType () |
virtual AgentRouteKey * | Clone () const |
virtual string | ToString () const |
const Ip4Address & | dest_ip_addr () const |
const Ip4Address & | src_ip_addr () 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 (Inet4MulticastRouteKey) | |
Private Attributes | |
Ip4Address | dip_ |
Ip4Address | sip_ |
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 101 of file inet4_multicast_route.h.
|
inline |
Definition at line 103 of file inet4_multicast_route.h.
|
inline |
Definition at line 110 of file inet4_multicast_route.h.
|
inline |
Definition at line 116 of file inet4_multicast_route.h.
|
inline |
Definition at line 123 of file inet4_multicast_route.h.
|
inlinevirtual |
Definition at line 130 of file inet4_multicast_route.h.
|
virtual |
Implements AgentRouteKey.
Definition at line 175 of file inet4_multicast_route.cc.
|
virtual |
Implements AgentRouteKey.
Definition at line 182 of file inet4_multicast_route.cc.
|
inline |
Definition at line 138 of file inet4_multicast_route.h.
|
private |
|
inlinevirtual |
Implements AgentRouteKey.
Definition at line 132 of file inet4_multicast_route.h.
|
inline |
Definition at line 139 of file inet4_multicast_route.h.
|
virtual |
Implements AgentRouteKey.
Definition at line 194 of file inet4_multicast_route.cc.
|
private |
Definition at line 142 of file inet4_multicast_route.h.
|
private |
Definition at line 144 of file inet4_multicast_route.h.
|
private |
Definition at line 143 of file inet4_multicast_route.h.