OpenSDN source code
|
#include <nexthop.h>
Public Member Functions | |
TunnelNHKey (const string &vrf_name, const Ip4Address &sip, const Ip4Address &dip, bool policy, TunnelType type, const MacAddress &rewrite_dmac=MacAddress()) | |
virtual | ~TunnelNHKey () |
virtual NextHop * | AllocEntry () const |
virtual NextHopKey * | Clone () const |
virtual bool | NextHopKeyIsLess (const NextHopKey &rhs) const |
void | set_tunnel_type (TunnelType tunnel_type) |
const Ip4Address & | dip () const |
const MacAddress & | rewrite_dmac () |
![]() | |
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 () |
Protected Attributes | |
VrfKey | vrf_key_ |
Ip4Address | sip_ |
Ip4Address | dip_ |
TunnelType | tunnel_type_ |
MacAddress | rewrite_dmac_ |
![]() | |
NextHop::Type | type_ |
bool | policy_ |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (TunnelNHKey) | |
Friends | |
class | TunnelNH |
Additional Inherited Members | |
![]() | |
enum | DBSubOperation { ADD_DEL_CHANGE, RESYNC } |
![]() | |
uint8_t | sub_op_ |
|
inline |
|
virtual |
Implements NextHopKey.
Reimplemented in LabelledTunnelNHKey.
Definition at line 1014 of file nexthop.cc.
|
inlinevirtual |
Implements NextHopKey.
Reimplemented in LabelledTunnelNHKey.
Definition at line 970 of file nexthop.h.
|
inline |
|
private |
|
inlinevirtual |
Reimplemented from NextHopKey.
Reimplemented in LabelledTunnelNHKey.
Definition at line 976 of file nexthop.h.
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |