OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MacVmBindingState Struct Reference

#include <vm_interface.h>

Inheritance diagram for MacVmBindingState:
Collaboration diagram for MacVmBindingState:

Public Member Functions

 MacVmBindingState ()
 
virtual ~MacVmBindingState ()
 
VmInterfaceState::Op GetOpL3 (const Agent *agent, const VmInterface *vmi) const
 
bool DeleteL3 (const Agent *agent, VmInterface *vmi) const
 
void Copy (const Agent *agent, const VmInterface *vmi) const
 
bool AddL3 (const Agent *agent, VmInterface *vmi) const
 
- Public Member Functions inherited from VmInterfaceState
 VmInterfaceState ()
 
 VmInterfaceState (bool l2_installed, bool l3_installed)
 
virtual ~VmInterfaceState ()
 
bool Installed () const
 
virtual bool Update (const Agent *agent, VmInterface *vmi, Op l2_force_op, Op l3_force_op) const
 
virtual Op GetOpL2 (const Agent *agent, const VmInterface *vmi) const
 
virtual bool AddL2 (const Agent *agent, VmInterface *vmi) const
 
virtual bool DeleteL2 (const Agent *agent, VmInterface *vmi) const
 

Public Attributes

const VrfEntryvrf_
 
bool dhcp_enabled_
 
bool dhcp_enabled_v6_
 
- Public Attributes inherited from VmInterfaceState
bool l2_installed_
 
bool l3_installed_
 

Additional Inherited Members

- Public Types inherited from VmInterfaceState
enum  Op { INVALID, ADD, DEL_ADD, DEL }
 
- Static Public Member Functions inherited from VmInterfaceState
static Op RecomputeOp (Op old_op, Op new_op)
 

Detailed Description

Definition at line 225 of file vm_interface.h.

Constructor & Destructor Documentation

MacVmBindingState::MacVmBindingState ( )

Definition at line 638 of file vm_interface.cc.

MacVmBindingState::~MacVmBindingState ( )
virtual

Definition at line 642 of file vm_interface.cc.

Member Function Documentation

bool MacVmBindingState::AddL3 ( const Agent agent,
VmInterface vmi 
) const
virtual

Reimplemented from VmInterfaceState.

Definition at line 673 of file vm_interface.cc.

Here is the call graph for this function:

void MacVmBindingState::Copy ( const Agent agent,
const VmInterface vmi 
) const
virtual

Reimplemented from VmInterfaceState.

Definition at line 668 of file vm_interface.cc.

Here is the call graph for this function:

bool MacVmBindingState::DeleteL3 ( const Agent agent,
VmInterface vmi 
) const
virtual

Reimplemented from VmInterfaceState.

Definition at line 656 of file vm_interface.cc.

Here is the call graph for this function:

VmInterfaceState::Op MacVmBindingState::GetOpL3 ( const Agent agent,
const VmInterface vmi 
) const
virtual

Reimplemented from VmInterfaceState.

Definition at line 645 of file vm_interface.cc.

Here is the call graph for this function:

Member Data Documentation

bool MacVmBindingState::dhcp_enabled_
mutable

Definition at line 236 of file vm_interface.h.

bool MacVmBindingState::dhcp_enabled_v6_
mutable

Definition at line 237 of file vm_interface.h.

const VrfEntry* MacVmBindingState::vrf_
mutable

Definition at line 235 of file vm_interface.h.


The documentation for this struct was generated from the following files: