|
| VlanLogicalInterface (const boost::uuids::uuid &uuid, const std::string &name, uint16_t vlan, const boost::uuids::uuid &lr_uuid) |
|
virtual | ~VlanLogicalInterface () |
|
virtual DBEntryBase::KeyPtr | GetDBRequestKey () const |
|
uint16_t | vlan () const |
|
| LogicalInterface (const boost::uuids::uuid &uuid, const std::string &name, const boost::uuids::uuid &logical_router_uuid) |
|
virtual | ~LogicalInterface () |
|
virtual bool | CmpInterface (const DBEntry &rhs) const |
|
virtual std::string | ToString () const |
|
virtual bool | Delete (const DBRequest *req) |
|
virtual void | GetOsParams (Agent *agent) |
|
virtual bool | OnChange (const InterfaceTable *table, const LogicalInterfaceData *data) |
|
const std::string & | display_name () const |
|
const std::string & | phy_dev_display_name () const |
|
const std::string & | phy_intf_display_name () const |
|
Interface * | physical_interface () const |
|
VmInterface * | vm_interface () const |
|
PhysicalDevice * | physical_device () const |
|
| Interface (Type type, const boost::uuids::uuid &uuid, const std::string &name, VrfEntry *vrf, bool os_oper_state, const boost::uuids::uuid &logical_router_uuid) |
|
virtual | ~Interface () |
|
virtual void | SetKey (const DBRequestKey *key) |
|
virtual void | Add () |
|
virtual void | SendTrace (const AgentDBTable *table, Trace event) const |
|
void | SetPciIndex (Agent *agent, size_t index) |
|
bool | IsLess (const DBEntry &rhs) const |
|
uint32_t | vrf_id () const |
|
uint32_t | GetRefCount () const |
|
bool | DBEntrySandesh (Sandesh *sresp, std::string &name) const |
|
bool | IsTunnelEnabled () const |
|
Type | type () const |
|
const boost::uuids::uuid & | GetUuid () const |
|
const std::string & | name () const |
|
VrfEntry * | vrf () const |
|
bool | ipv4_active () const |
|
bool | ipv6_active () const |
|
bool | is_hc_active () const |
|
bool | metadata_ip_active () const |
|
bool | metadata_l2_active () const |
|
bool | ip_active (Address::Family family) const |
|
bool | l2_active () const |
|
const uint32_t | id () const |
|
bool | dhcp_enabled () const |
|
bool | dhcp_enabled_v6 () const |
|
bool | dns_enabled () const |
|
uint32_t | label () const |
|
uint32_t | l2_label () const |
|
bool | IsL2LabelValid (uint32_t label) const |
|
uint32_t | os_index () const |
|
const MacAddress & | mac () const |
|
bool | os_oper_state () const |
|
bool | admin_state () const |
|
void | set_test_oper_state (bool val) |
|
void | set_flow_key_nh (const NextHop *nh) |
|
const NextHop * | flow_key_nh () const |
|
Interface::Transport | transport () const |
|
bool | IsUveActive () const |
|
const AgentQosConfig * | qos_config () const |
|
void | UpdateOperStateOfSubIntf (const InterfaceTable *table) |
|
bool | NeedDefaultOsOperStateDisabled (Agent *agent) const |
|
boost::optional
< InterfaceOsParams::IfGuid > | os_guid () const |
|
const boost::uuids::uuid & | logical_router_uuid () const |
|
void | set_logical_router_uuid (const boost::uuids::uuid &logical_router_uuid) |
|
InterfaceOsParams | get_os_params () |
|
| AgentOperDBEntry () |
|
virtual | ~AgentOperDBEntry () |
|
IFMapNode * | ifmap_node () const |
|
void | SetIFMapNodeState (IFMapDependencyManager::IFMapNodePtr sref) |
|
| 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 () |
|
| 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 () |
|
Definition at line 107 of file logical_interface.h.