|
OpenSDN source code
|
#include <vm_interface.h>


Public Member Functions | |
| VmInterfaceGlobalVrouterData (bool bridging, bool layer3_forwarding, int vxlan_id) | |
| virtual | ~VmInterfaceGlobalVrouterData () |
| virtual bool | OnResync (const InterfaceTable *table, VmInterface *vmi, bool *force_update) const |
Public Member Functions inherited from VmInterfaceData | |
| VmInterfaceData (Agent *agent, IFMapNode *node, Type type, Interface::Transport transport) | |
| virtual | ~VmInterfaceData () |
| virtual VmInterface * | OnAdd (const InterfaceTable *table, const VmInterfaceKey *key) const |
| virtual bool | OnDelete (const InterfaceTable *table, VmInterface *entry) const |
Public Member Functions inherited from InterfaceData | |
| 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) |
Public Member Functions inherited from AgentOperDBData | |
| AgentOperDBData (const Agent *agent, IFMapNode *node) | |
| virtual | ~AgentOperDBData () |
| void | SetIFMapNode (IFMapNode *node) |
| IFMapNode * | ifmap_node () const |
| const Agent * | agent () const |
Public Member Functions inherited from AgentData | |
| AgentData () | |
| virtual | ~AgentData () |
Public Member Functions inherited from DBRequestData | |
| virtual | ~DBRequestData () |
Public Attributes | |
| bool | bridging_ |
| bool | layer3_forwarding_ |
| int | vxlan_id_ |
Public Attributes inherited from VmInterfaceData | |
| Type | type_ |
Public Attributes inherited from InterfaceData | |
| std::string | vrf_name_ |
| Interface::Transport | transport_ |
| boost::uuids::uuid | logical_router_uuid_ |
Additional Inherited Members | |
Public Types inherited from VmInterfaceData | |
| enum | Type { CONFIG , INSTANCE_MSG , MIRROR , IP_ADDR , OS_OPER_STATE , GLOBAL_VROUTER , HEALTH_CHECK , DROP_NEW_FLOWS } |
Definition at line 2048 of file vm_interface.h.
|
inline |
Definition at line 2049 of file vm_interface.h.
|
inlinevirtual |
Definition at line 2057 of file vm_interface.h.
|
virtual |
Implements VmInterfaceData.
Definition at line 1118 of file vm_interface_request.cc.

| bool VmInterfaceGlobalVrouterData::bridging_ |
Definition at line 2061 of file vm_interface.h.
| bool VmInterfaceGlobalVrouterData::layer3_forwarding_ |
Definition at line 2062 of file vm_interface.h.
| int VmInterfaceGlobalVrouterData::vxlan_id_ |
Definition at line 2063 of file vm_interface.h.