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

#include <vm_interface.h>

Inheritance diagram for VrfTableLabelState:
Collaboration diagram for VrfTableLabelState:

Public Member Functions

 VrfTableLabelState ()
 
virtual ~VrfTableLabelState ()
 
VmInterfaceState::Op GetOpL3 (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 void Copy (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
 
virtual bool DeleteL3 (const Agent *agent, VmInterface *vmi) const
 

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)
 
- Public Attributes inherited from VmInterfaceState
bool l2_installed_
 
bool l3_installed_
 

Detailed Description

Definition at line 240 of file vm_interface.h.

Constructor & Destructor Documentation

VrfTableLabelState::VrfTableLabelState ( )

Definition at line 1012 of file vm_interface.cc.

VrfTableLabelState::~VrfTableLabelState ( )
virtual

Definition at line 1015 of file vm_interface.cc.

Member Function Documentation

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

Reimplemented from VmInterfaceState.

Definition at line 1025 of file vm_interface.cc.

Here is the call graph for this function:

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

Reimplemented from VmInterfaceState.

Definition at line 1018 of file vm_interface.cc.


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