|
| InterfaceNH (Interface *intf, bool policy, uint8_t flags, const MacAddress &mac) |
|
| InterfaceNH (Interface *intf, bool policy, const MacAddress &mac) |
|
virtual | ~InterfaceNH () |
|
virtual std::string | ToString () const |
|
virtual bool | NextHopIsLess (const DBEntry &rhs) const |
|
virtual void | SetKey (const DBRequestKey *key) |
|
virtual bool | ChangeEntry (const DBRequest *req) |
|
virtual void | Delete (const DBRequest *req) |
|
virtual KeyPtr | GetDBRequestKey () const |
|
virtual bool | CanAdd () const |
|
virtual bool | NeedMplsLabel () |
|
virtual void | SendObjectLog (const NextHopTable *table, AgentLogEvent::type event) const |
|
const Interface * | GetInterface () const |
|
const MacAddress & | GetDMac () const |
|
bool | IsVxlanRouting () const |
|
bool | is_multicastNH () const |
|
bool | IsBridge () const |
|
uint8_t | GetFlags () const |
|
const boost::uuids::uuid & | GetIfUuid () const |
|
const VrfEntry * | GetVrf () const |
|
virtual bool | DeleteOnZeroRefCount () const |
|
void | set_delete_on_zero_refcount (bool val) |
|
virtual bool | MatchEgressData (const NextHop *nh) const |
|
bool | layer2_control_word () const |
|
| NextHop (Type type, bool policy) |
|
| NextHop (Type type, bool valid, bool policy) |
|
virtual | ~NextHop () |
|
virtual void | Add (Agent *agent, const DBRequest *req) |
|
virtual void | Change (const DBRequest *req) |
|
virtual bool | IsLess (const DBEntry &rhs) const |
|
virtual void | OnZeroRefCount () |
|
uint32_t | GetRefCount () const |
|
void | ResetMplsRef () |
|
Type | GetType () const |
|
bool | IsValid () const |
|
bool | PolicyEnabled () const |
|
uint32_t | id () const |
|
void | set_id (uint32_t index) |
|
void | set_etree_leaf (bool val) |
|
bool | etree_leaf () const |
|
void | set_learning_flag (bool val) |
|
bool | learning_enabled () const |
|
bool | DBEntrySandesh (Sandesh *sresp, std::string &name) const |
|
void | SetNHSandeshData (NhSandeshData &data) const |
|
bool | NexthopToInterfacePolicy () const |
|
const MplsLabel * | mpls_label () const |
|
MplsLabel * | AllocateLabel (Agent *agent, const NextHopKey *key) |
|
void | PostAdd () |
|
void | EnqueueResync () const |
|
| 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) |
|
| DBEntry () |
|
virtual | ~DBEntry () |
|
bool | operator< (const DBEntry &rhs) const |
|
| 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 () |
|
|
static void | CreateMulticastVmInterfaceNH (const boost::uuids::uuid &intf_uuid, const MacAddress &dmac, const string &vrf_name, const string &intf_name) |
|
static void | DeleteMulticastVmInterfaceNH (const boost::uuids::uuid &intf_uuid, const MacAddress &dmac, const std::string &intf_name) |
|
static void | CreateL2VmInterfaceNH (const boost::uuids::uuid &intf_uuid, const MacAddress &dmac, const string &vrf_name, bool learning_enabled, bool etree_leaf, bool layer2_control_word, const std::string &intf_name) |
|
static void | DeleteL2InterfaceNH (const boost::uuids::uuid &intf_uuid, const MacAddress &mac, const std::string &intf_name) |
|
static void | CreateL3VmInterfaceNH (const boost::uuids::uuid &intf_uuid, const MacAddress &dmac, const string &vrf_name, bool learning_enabled, const std::string &intf_name) |
|
static void | DeleteL3InterfaceNH (const boost::uuids::uuid &intf_uuid, const MacAddress &mac, const std::string &intf_name) |
|
static void | DeleteNH (const boost::uuids::uuid &intf_uuid, bool policy, uint8_t flags, const MacAddress &mac, const std::string &intf_name) |
|
static void | CreatePacketInterfaceNh (Agent *agent, const string &ifname) |
|
static void | CreateInetInterfaceNextHop (const string &ifname, const string &vrf_name, const MacAddress &mac) |
|
static void | DeleteInetInterfaceNextHop (const string &ifname, const MacAddress &mac) |
|
static void | CreatePhysicalInterfaceNh (const string &ifname, const MacAddress &mac) |
|
static void | DeletePhysicalInterfaceNh (const string &ifname, const MacAddress &mac) |
|
static void | FillObjectLogIntf (const Interface *intf, NextHopObjectLogInfo &info) |
|
static void | FillObjectLogMac (const unsigned char *m, NextHopObjectLogInfo &info) |
|
Definition at line 1267 of file nexthop.h.