|
| VrfEntry (const string &name, uint32_t flags, Agent *agent) |
|
virtual | ~VrfEntry () |
|
virtual bool | IsLess (const DBEntry &rhs) const |
|
virtual KeyPtr | GetDBRequestKey () const |
|
virtual void | SetKey (const DBRequestKey *key) |
|
virtual string | ToString () const |
|
const uint32_t | vrf_id () const |
|
const string & | GetName () const |
|
VnEntry * | vn () const |
|
VnEntry * | si_vn_ref () const |
|
uint32_t | GetRefCount () const |
|
uint32_t | flags () const |
|
void | set_flags (uint32_t flags) |
|
bool | are_flags_set (const VrfData::VrfEntryFlags &flags) const |
|
void | set_table_label (uint32_t label) |
|
uint32_t | table_label () const |
|
const std::string & | GetExportName () |
|
bool | learning_enabled () const |
|
bool | ShouldExportRoute () const |
|
bool | layer2_control_word () const |
|
const uint32_t | hbf_rintf () const |
|
const uint32_t | hbf_lintf () const |
|
bool | DBEntrySandesh (Sandesh *sresp, std::string &name) const |
|
InetUnicastRouteEntry * | GetUcRoute (const IpAddress &addr) const |
|
InetUnicastRouteEntry * | GetUcRoute (const InetUnicastRouteEntry &rt_key) const |
|
bool | UpdateVxlanId (Agent *agent, uint32_t new_vxlan_id) |
|
LifetimeActor * | deleter () |
|
virtual void | RetryDelete () |
|
bool | AllRouteTablesEmpty () const |
|
void | SendObjectLog (AgentLogEvent::type event) const |
|
void | StartDeleteTimer () |
|
bool | DeleteTimeout () |
|
void | CancelDeleteTimer () |
|
bool | ResetVrfDelete () |
|
void | PostAdd () |
|
void | AddNH (Ip4Address ip, uint8_t plen, ComponentNHData *nh_data) |
|
void | DeleteNH (Ip4Address ip, uint8_t plen, ComponentNHData *nh_data) |
|
uint32_t | GetNHCount (Ip4Address ip, uint8_t plen) |
|
void | UpdateLabel (Ip4Address ip, uint8_t plen, uint32_t label) |
|
uint32_t | GetLabel (Ip4Address ip, uint8_t plen) |
|
uint32_t | vxlan_id () const |
|
std::vector< ComponentNHData > * | GetNHList (Ip4Address ip, uint8_t plen) |
|
bool | FindNH (const Ip4Address &ip, uint8_t plen, const ComponentNHData &nh_data) |
|
InetUnicastAgentRouteTable * | GetInet4UnicastRouteTable () const |
|
InetUnicastAgentRouteTable * | GetInet4MplsUnicastRouteTable () const |
|
AgentRouteTable * | GetInet4MulticastRouteTable () const |
|
AgentRouteTable * | GetEvpnRouteTable () const |
|
AgentRouteTable * | GetBridgeRouteTable () const |
|
InetUnicastAgentRouteTable * | GetInet6UnicastRouteTable () const |
|
AgentRouteTable * | GetRouteTable (uint8_t table_type) const |
|
void | CreateTableLabel (bool learning_enabled, bool l2, bool flod_unknown_unicast, bool layer2_control_word) |
|
const std::string | GetTableTypeString (uint8_t table_type) const |
|
bool | AllRouteTableDeleted () const |
|
bool | RouteTableDeleted (uint8_t table_type) const |
|
void | SetRouteTableDeleted (uint8_t table_type) |
|
void | DeleteRouteTables () |
|
void | ResyncRoutes () |
|
bool | allow_route_add_on_deleted_vrf () const |
|
void | set_allow_route_add_on_deleted_vrf (bool val) |
|
InetUnicastAgentRouteTable * | GetInetUnicastRouteTable (const IpAddress &addr) const |
|
void | ReleaseWalker () |
|
uint32_t | isid () const |
|
const std::string | bmac_vrf_name () const |
|
bool | IsPbbVrf () const |
|
uint32_t | mac_aging_time () const |
|
void | set_mac_aging_time (uint32_t aging_time) |
|
VrfEntry * | forwarding_vrf () const |
|
int | rd () const |
|
void | set_rd (int rd) |
|
void | set_routing_vrf (bool val) |
|
bool | routing_vrf () const |
|
void | set_hbf_rintf (uint32_t idx) |
|
void | set_hbf_lintf (uint32_t idx) |
|
| 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) |
|
| 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 86 of file vrf.h.