|
OpenSDN source code
|
#include <vrf_assign.h>


Public Member Functions | |
| VlanVrfAssign (Interface *intrface, uint16_t vlan_tag) | |
| virtual | ~VlanVrfAssign () |
| bool | VrfAssignIsLess (const VrfAssign &rhs) const |
| virtual std::string | ToString () const |
| const uint32_t | GetVlanTag () const |
| const NextHop * | nh () const |
| bool | DBEntrySandesh (Sandesh *sresp, std::string &name) const |
| KeyPtr | GetDBRequestKey () const |
| void | SetKey (const DBRequestKey *key) |
| virtual bool | VrfAssignChange (const DBRequest *req) |
Public Member Functions inherited from VrfAssign | |
| VrfAssign (Type type, Interface *intrface) | |
| virtual | ~VrfAssign () |
| uint32_t | GetRefCount () const |
| bool | IsLess (const DBEntry &rhs) const |
| bool | Change (const DBRequest *req) |
| const Type | GetType () const |
| const Interface * | GetInterface () const |
| const VrfEntry * | GetVrf () const |
Public Member Functions inherited from AgentDBEntry | |
| AgentDBEntry () | |
| virtual | ~AgentDBEntry () |
| void | SetRefState () const |
| void | ClearRefState () const |
| bool | IsActive () const |
| DBState * | GetAgentDBEntryState (int listener_id) |
| const DBState * | GetAgentDBEntryState (int listener_id) const |
| virtual void | AllocateResources (ResourceManager *resource_manager) |
| virtual void | FreeResources (ResourceManager *resource_manager) |
| virtual void | PostAdd () |
Public Member Functions inherited from DBEntry | |
| DBEntry () | |
| virtual | ~DBEntry () |
| bool | operator< (const DBEntry &rhs) const |
Public Member Functions inherited from DBEntryBase | |
| DBEntryBase () | |
| virtual | ~DBEntryBase () |
| virtual bool | IsMoreSpecific (const std::string &match) const |
| virtual bool | IsLessSpecific (const std::string &match) const |
| void | SetState (DBTableBase *tbl_base, ListenerId listener, DBState *state) |
| void | ClearState (DBTableBase *tbl_base, ListenerId listener) |
| DBState * | GetState (DBTableBase *tbl_base, ListenerId listener) const |
| const DBState * | GetState (const DBTableBase *tbl_base, ListenerId listener) const |
| bool | is_state_empty (DBTablePartBase *tpart) |
| bool | is_state_empty_unlocked (DBTablePartBase *tpart) |
| void | Delete () |
| void | MarkDelete () |
| void | ClearDelete () |
| bool | IsDeleted () const |
| void | set_onlist () |
| void | clear_onlist () |
| bool | is_onlist () |
| void | SetOnRemoveQ () |
| bool | IsOnRemoveQ () |
| void | ClearOnRemoveQ () |
| void | set_last_change_at (uint64_t time) |
| void | set_last_change_at_to_now () |
| const uint64_t | last_change_at () const |
| const std::string | last_change_at_str () const |
| void | set_last_update_at (uint64_t time) |
| void | set_last_update_at_to_now () |
| const uint64_t | last_update_at () const |
| DBTablePartBase * | get_table_partition () const |
| void | set_table_partition (DBTablePartBase *tpart) |
| DBTableBase * | get_table () const |
| void | Notify () |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (VlanVrfAssign) | |
Private Attributes | |
| uint16_t | vlan_tag_ |
| NextHopConstRef | nh_ |
Additional Inherited Members | |
Public Types inherited from VrfAssign | |
| enum | Type { INVALID , VLAN } |
Public Types inherited from AgentDBEntry | |
| typedef boost::intrusive_ptr< AgentDBEntry > | AgentDBEntyRef |
Public Types inherited from DBEntryBase | |
| typedef DBTableBase::ListenerId | ListenerId |
| typedef std::unique_ptr< DBRequestKey > | KeyPtr |
Public Attributes inherited from DBEntryBase | |
| boost::intrusive::list_member_hook | chg_list_ |
Protected Member Functions inherited from VrfAssign | |
| void | SetVrf (VrfEntry *vrf) |
Protected Attributes inherited from VrfAssign | |
| Type | type_ |
| InterfaceRef | interface_ |
| VrfEntryRef | vrf_ |
Definition at line 76 of file vrf_assign.h.
|
inline |
Definition at line 78 of file vrf_assign.h.
|
inlinevirtual |
Definition at line 80 of file vrf_assign.h.
|
virtual |
Implements AgentDBEntry.
Definition at line 224 of file vrf_assign.cc.
|
private |
|
virtual |
Implements DBEntryBase.
Definition at line 211 of file vrf_assign.cc.

|
inline |
Definition at line 85 of file vrf_assign.h.
|
inline |
Definition at line 86 of file vrf_assign.h.
|
virtual |
Implements DBEntry.
Definition at line 217 of file vrf_assign.cc.

|
inlinevirtual |
Implements DBEntryBase.
Definition at line 83 of file vrf_assign.h.
|
virtual |
Reimplemented from VrfAssign.
Definition at line 187 of file vrf_assign.cc.

|
virtual |
Implements VrfAssign.
Definition at line 206 of file vrf_assign.cc.
|
private |
Definition at line 94 of file vrf_assign.h.
|
private |
Definition at line 93 of file vrf_assign.h.