OpenSDN source code
|
#include <nexthop.h>
Public Member Functions | |
VlanNHKey (const boost::uuids::uuid &vm_port_uuid, uint16_t vlan_tag) | |
VlanNHKey (InterfaceKey *key, uint16_t vlan_tag) | |
virtual | ~VlanNHKey () |
virtual NextHop * | AllocEntry () const |
virtual NextHopKey * | Clone () const |
virtual bool | NextHopKeyIsLess (const NextHopKey &rhs) const |
const boost::uuids::uuid & | GetUuid () const |
const std::string & | name () const |
const uint16_t | vlan_tag () 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 (VlanNHKey) | |
Private Attributes | |
boost::scoped_ptr< InterfaceKey > | intf_key_ |
uint16_t | vlan_tag_ |
Friends | |
class | VlanNH |
Additional Inherited Members | |
![]() | |
enum | DBSubOperation { ADD_DEL_CHANGE, RESYNC } |
![]() | |
uint8_t | sub_op_ |
![]() | |
NextHop::Type | type_ |
bool | policy_ |
|
inline |
|
inline |
|
virtual |
Implements NextHopKey.
Definition at line 1645 of file nexthop.cc.
|
inlinevirtual |
Implements NextHopKey.
Definition at line 1492 of file nexthop.h.
|
private |
|
inline |
|
inlinevirtual |
Reimplemented from NextHopKey.
|
private |