OpenSDN source code
|
#include <nexthop.h>
Public Member Functions | |
PBBNHKey (const string &vrf_name, const MacAddress &dest_bmac, uint32_t isid) | |
virtual | ~PBBNHKey () |
virtual NextHop * | AllocEntry () const |
virtual NextHopKey * | Clone () const |
virtual bool | NextHopKeyIsLess (const NextHopKey &rhs) const |
const MacAddress | dest_bmac () const |
![]() | |
NextHopKey (NextHop::Type type, bool policy) | |
virtual | ~NextHopKey () |
bool | IsEqual (const NextHopKey &rhs) const |
void | SetPolicy (bool policy) |
NextHop::Type | GetType () const |
bool | GetPolicy () const |
bool | IsLess (const NextHopKey &rhs) const |
![]() | |
AgentKey () | |
AgentKey (DBSubOperation sub_op) | |
virtual | ~AgentKey () |
![]() | |
virtual | ~DBRequestKey () |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (PBBNHKey) | |
Private Attributes | |
VrfKey | vrf_key_ |
MacAddress | dest_bmac_ |
uint32_t | isid_ |
uint32_t | label_ |
NextHopConstRef | nh_ |
Friends | |
class | PBBNH |
Additional Inherited Members | |
![]() | |
enum | DBSubOperation { ADD_DEL_CHANGE, RESYNC } |
![]() | |
uint8_t | sub_op_ |
![]() | |
NextHop::Type | type_ |
bool | policy_ |
|
inline |
|
virtual |
Implements NextHopKey.
Definition at line 2836 of file nexthop.cc.
|
inlinevirtual |
Implements NextHopKey.
Definition at line 1091 of file nexthop.h.
|
inline |
|
private |
|
inlinevirtual |
Reimplemented from NextHopKey.
Definition at line 1095 of file nexthop.h.
|
private |
|
private |