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