5 #ifndef _ROOT_PROUTER_UVE_TABLE_H_
6 #define _ROOT_PROUTER_UVE_TABLE_H_
8 #include <boost/scoped_ptr.hpp>
9 #include <boost/shared_ptr.hpp>
10 #include <boost/uuid/uuid_io.hpp>
11 #include <prouter_types.h>
21 #define PROUTER_UVE_TRACE(...)\
23 ProuterUveTrace::TraceMsg(ProuterUveTraceBuf, __FILE__, __LINE__, __VA_ARGS__);\
44 typedef boost::shared_ptr<LogicalInterfaceUveEntry>
46 typedef std::map<boost::uuids::uuid, LogicalInterfaceUveEntryPtr>
48 typedef std::pair<boost::uuids::uuid, LogicalInterfaceUveEntryPtr>
103 typedef std::map<std::string, PhyInterfaceUveEntryPtr>
105 typedef std::pair<std::string, PhyInterfaceUveEntryPtr>
116 (
const UvePhysicalInterfaceAgent &uve);
187 #endif // _ROOT_PROUTER_UVE_TABLE_H_
void VMInterfaceRemove(const boost::uuids::uuid &li, const VmInterface *vmi)
virtual void DispatchProuterMsg(const ProuterData &uve)
virtual void DispatchPhysicalInterfaceMsg(const UvePhysicalInterfaceAgent &uve)
void MarkPhysicalDeviceChanged(const PhysicalDevice *pde)
std::set< std::string > InterfaceSet
void SendPhysicalInterfaceDeleteMsg(const std::string &cfg_name)
LogicalInterfaceSet logical_interface_set_
boost::shared_ptr< ProuterUveEntry > ProuterUveEntryPtr
const PhysicalDevice * InterfaceToProuter(const Interface *intf)
void AddLogicalInterface(const LogicalInterface *itf)
void SendLogicalInterfaceDeleteMsg(const std::string &config_name)
boost::uuids::uuid pr_timer_last_visited_
void DeleteHandler(const PhysicalDevice *p)
std::pair< std::string, PhyInterfaceUveEntryPtr > UvePhyInterfacePair
void Update(const Interface *pintf)
void SendLogicalInterfaceMsg(const boost::uuids::uuid &u, LogicalInterfaceUveEntry *entry)
std::map< boost::uuids::uuid, ProuterUveEntryPtr > UveProuterMap
std::set< boost::uuids::uuid > LogicalInterfaceSet
static const uint16_t kInvalidVlanId
ProuterUveTable(Agent *agent, uint32_t default_intvl)
boost::shared_ptr< TraceBuffer< SandeshTrace > > SandeshTraceBufferPtr
SandeshTraceBufferPtr ProuterUveTraceBuf
void MarkDeletedLogical(const LogicalInterface *pintf)
void InterfaceNotify(DBTablePartBase *partition, DBEntryBase *e)
boost::shared_ptr< LogicalInterfaceUveEntry > LogicalInterfaceUveEntryPtr
void TimerCleanup(Timer *timer)
void UpdateMastership(const boost::uuids::uuid &u, bool value)
std::pair< boost::uuids::uuid, ProuterUveEntryPtr > UveProuterPair
UveProuterMap uve_prouter_map_
ProuterUveEntry * PDEntryToProuterUveEntry(const boost::uuids::uuid &u) const
void AddUpdatePhysicalInterface(const Interface *intf)
ProuterUveEntry * AddHandler(const PhysicalDevice *p)
UvePhyInterfaceMap uve_phy_interface_map_
void FillVmInterfaceList(std::vector< std::string > &vmi_list) const
void DeletePhysicalInterface(const Interface *itf)
DBTableBase::ListenerId interface_listener_id_
void DeletePhysicalFromProuter(const Interface *i, const boost::uuids::uuid &u)
const Interface * NameToInterface(const std::string &name) const
void MarkDeletedPhysical(const Interface *pintf)
void Update(const LogicalInterface *li)
void AddPhysicalInterface(const Interface *itf)
std::map< boost::uuids::uuid, LogicalInterfaceUveEntryPtr > LogicalInterfaceMap
void FillLogicalInterfaceList(std::vector< std::string > &list) const
boost::uuids::uuid li_timer_last_visited_
boost::uuids::uuid logical_interface_
std::map< std::string, PhyInterfaceUveEntryPtr > UvePhyInterfaceMap
void AddUpdateLogicalInterface(const LogicalInterface *i)
boost::uuids::uuid physical_device_
DISALLOW_COPY_AND_ASSIGN(ProuterUveTable)
void PhysicalDeviceNotify(DBTablePartBase *partition, DBEntryBase *e)
DBTableBase::ListenerId physical_device_listener_id_
void SendPhysicalInterfaceMsg(const std::string &name, PhyInterfaceUveEntry *entry)
void DeleteLogicalFromPhysical(const std::string &name, const LogicalInterface *i)
std::pair< boost::uuids::uuid, LogicalInterfaceUveEntryPtr > LogicalInterfacePair
bool DeleteLogicalInterface(const LogicalInterface *itf)
void set_expiry_time(int time, Timer *timer)
void SendProuterVrouterAssociation()
void PhysicalInterfaceHandler(const Interface *i, const boost::uuids::uuid &u)
boost::shared_ptr< PhyInterfaceUveEntry > PhyInterfaceUveEntryPtr
void SendProuterDeleteMsg(ProuterUveEntry *e)
void VmInterfaceHandler(DBTablePartBase *partition, DBEntryBase *e)
void FrameProuterMsg(ProuterUveEntry *entry, ProuterData *uve) const
PhyInterfaceUveEntry * NameToPhyInterfaceUveEntry(const std::string &name) const
bool SendProuterMsg(ProuterUveEntry *entry)
InterfaceSet physical_interface_set_
LogicalInterfaceMap uve_logical_interface_map_
LogicalInterfaceSet logical_interface_set_
void VMInterfaceAdd(const VmInterface *vmi)
virtual void DispatchLogicalInterfaceMsg(const UveLogicalInterfaceAgent &u)
std::string pi_timer_last_visited_
void MarkChanged(const boost::uuids::uuid &li)
void SendProuterMsgFromPhyInterface(const Interface *pi)
void DeleteProuterLogicalInterface(const boost::uuids::uuid &u, const LogicalInterface *intf)
std::string physical_interface_
ProuterUveEntry(const PhysicalDevice *p)
PhyInterfaceUveEntry(const Interface *pintf)
ProuterUveEntryPtr Allocate(const PhysicalDevice *pr)
void AddLogicalToPhysical(const Interface *p, const LogicalInterface *i)
LogicalInterfaceUveEntry(const LogicalInterface *li)
void AddProuterLogicalInterface(const PhysicalDevice *p, const LogicalInterface *intf)
virtual ~ProuterUveTable()