OpenSDN source code
|
#include <interface.h>
Public Member Functions | |
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 | vrf_name_ |
Interface::Transport | transport_ |
boost::uuids::uuid | logical_router_uuid_ |
Definition at line 250 of file interface.h.
|
inline |
Definition at line 251 of file interface.h.
|
inline |
Definition at line 257 of file interface.h.
|
inline |
Definition at line 259 of file interface.h.
|
inline |
Definition at line 258 of file interface.h.
|
inline |
Definition at line 260 of file interface.h.
|
inline |
Definition at line 256 of file interface.h.
boost::uuids::uuid InterfaceData::logical_router_uuid_ |
Definition at line 267 of file interface.h.
Interface::Transport InterfaceData::transport_ |
Definition at line 266 of file interface.h.
std::string InterfaceData::vrf_name_ |
Definition at line 265 of file interface.h.