OpenSDN source code
|
#include <nexthop.h>
Public Member Functions | |
VrfNHKey (const string &vrf_name, bool policy, bool bridge_nh) | |
virtual | ~VrfNHKey () |
virtual bool | NextHopKeyIsLess (const NextHopKey &rhs) const |
virtual NextHop * | AllocEntry () const |
virtual NextHopKey * | Clone () const |
const std::string & | GetVrfName () const |
const bool & | GetBridgeNh () 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 (VrfNHKey) | |
Private Attributes | |
VrfKey | vrf_key_ |
bool | policy_ |
bool | bridge_nh_ |
Friends | |
class | VrfNH |
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 920 of file nexthop.cc.
|
inlinevirtual |
Implements NextHopKey.
Definition at line 1397 of file nexthop.h.
|
private |
|
inlinevirtual |
Reimplemented from NextHopKey.
Definition at line 1384 of file nexthop.h.