OpenSDN source code
|
#include <remote_physical_interface.h>
Public Member Functions | |
RemotePhysicalInterfaceData (Agent *agent, IFMapNode *node, const std::string &display_name, const std::string &vrf_name, const boost::uuids::uuid &device_uuid) | |
virtual | ~RemotePhysicalInterfaceData () |
![]() | |
InterfaceData (Agent *agent, IFMapNode *node, Interface::Transport transport) | |
void | VmPortInit () |
void | EthInit (const std::string &vrf_name) |
void | PktInit () |
void | InetInit (const std::string &vrf_name) |
void | RemotePhysicalPortInit (const std::string &vrf_name) |
![]() | |
AgentOperDBData (const Agent *agent, IFMapNode *node) | |
virtual | ~AgentOperDBData () |
void | SetIFMapNode (IFMapNode *node) |
IFMapNode * | ifmap_node () const |
const Agent * | agent () const |
![]() | |
AgentData () | |
virtual | ~AgentData () |
![]() | |
virtual | ~DBRequestData () |
Public Attributes | |
std::string | display_name_ |
boost::uuids::uuid | device_uuid_ |
![]() | |
std::string | vrf_name_ |
Interface::Transport | transport_ |
boost::uuids::uuid | logical_router_uuid_ |
Definition at line 59 of file remote_physical_interface.h.
RemotePhysicalInterfaceData::RemotePhysicalInterfaceData | ( | Agent * | agent, |
IFMapNode * | node, | ||
const std::string & | display_name, | ||
const std::string & | vrf_name, | ||
const boost::uuids::uuid & | device_uuid | ||
) |
Definition at line 121 of file remote_physical_interface.cc.
|
virtual |
Definition at line 129 of file remote_physical_interface.cc.
boost::uuids::uuid RemotePhysicalInterfaceData::device_uuid_ |
Definition at line 67 of file remote_physical_interface.h.
std::string RemotePhysicalInterfaceData::display_name_ |
Definition at line 66 of file remote_physical_interface.h.