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


Public Member Functions | |
| BridgeRouteKey (const Peer *peer, const std::string &vrf_name, const MacAddress &mac, uint32_t ethernet_tag=0) | |
| virtual | ~BridgeRouteKey () |
| virtual AgentRoute * | AllocRouteEntry (VrfEntry *vrf, bool is_multicast) const |
| virtual Agent::RouteTableType | GetRouteTableType () |
| virtual std::string | ToString () const |
| virtual BridgeRouteKey * | Clone () const |
| const MacAddress & | GetMac () const |
| uint32_t | ethernet_tag () 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 (BridgeRouteKey) | |
Private Attributes | |
| MacAddress | dmac_ |
| uint32_t | ethernet_tag_ |
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 142 of file bridge_route.h.
|
inline |
Definition at line 144 of file bridge_route.h.
|
inlinevirtual |
Definition at line 149 of file bridge_route.h.
|
virtual |
Implements AgentRouteKey.
Definition at line 54 of file bridge_route.cc.
|
virtual |
Implements AgentRouteKey.
Definition at line 49 of file bridge_route.cc.
|
private |
|
inline |
Definition at line 156 of file bridge_route.h.
|
inline |
Definition at line 155 of file bridge_route.h.
|
inlinevirtual |
Implements AgentRouteKey.
Definition at line 152 of file bridge_route.h.
|
virtual |
Implements AgentRouteKey.
Definition at line 45 of file bridge_route.cc.
|
private |
Definition at line 159 of file bridge_route.h.
|
private |
Definition at line 162 of file bridge_route.h.