OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
VmInterfaceIfNameData () | |
VmInterfaceIfNameData (const std::string &ifname) | |
virtual | ~VmInterfaceIfNameData () |
virtual VmInterface * | OnAdd (const InterfaceTable *table, const VmInterfaceKey *key) const |
virtual bool | OnDelete (const InterfaceTable *table, VmInterface *vmi) const |
virtual bool | OnResync (const InterfaceTable *table, VmInterface *vmi, bool *force_update) const |
![]() | |
VmInterfaceData (Agent *agent, IFMapNode *node, Type type, Interface::Transport transport) | |
virtual | ~VmInterfaceData () |
![]() | |
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 | ifname_ |
![]() | |
Type | type_ |
![]() | |
std::string | vrf_name_ |
Interface::Transport | transport_ |
boost::uuids::uuid | logical_router_uuid_ |
Additional Inherited Members | |
![]() | |
enum | Type { CONFIG, INSTANCE_MSG, MIRROR, IP_ADDR, OS_OPER_STATE, GLOBAL_VROUTER, HEALTH_CHECK, DROP_NEW_FLOWS } |
Definition at line 2083 of file vm_interface.h.
VmInterfaceIfNameData::VmInterfaceIfNameData | ( | ) |
Definition at line 1205 of file vm_interface_request.cc.
VmInterfaceIfNameData::VmInterfaceIfNameData | ( | const std::string & | ifname | ) |
Definition at line 1211 of file vm_interface_request.cc.
|
virtual |
Definition at line 1216 of file vm_interface_request.cc.
|
virtual |
Reimplemented from VmInterfaceData.
Definition at line 1219 of file vm_interface_request.cc.
|
virtual |
Reimplemented from VmInterfaceData.
Definition at line 1235 of file vm_interface_request.cc.
|
virtual |
Implements VmInterfaceData.
Definition at line 1249 of file vm_interface_request.cc.
std::string VmInterfaceIfNameData::ifname_ |
Definition at line 2094 of file vm_interface.h.