OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
ServiceVlanList () | |
~ServiceVlanList () | |
void | Insert (const ServiceVlan *rhs) |
void | Update (const ServiceVlan *lhs, const ServiceVlan *rhs) |
void | Remove (ServiceVlanSet::iterator &it) |
bool | UpdateList (const Agent *agent, VmInterface *vmi, VmInterfaceState::Op l2_force_op, VmInterfaceState::Op l3_force_op) |
Public Attributes | |
ServiceVlanSet | list_ |
Definition at line 666 of file vm_interface.h.
|
inline |
Definition at line 667 of file vm_interface.h.
|
inline |
Definition at line 668 of file vm_interface.h.
void VmInterface::ServiceVlanList::Insert | ( | const ServiceVlan * | rhs | ) |
Definition at line 2805 of file vm_interface.cc.
void VmInterface::ServiceVlanList::Remove | ( | ServiceVlanSet::iterator & | it | ) |
Definition at line 2839 of file vm_interface.cc.
void VmInterface::ServiceVlanList::Update | ( | const ServiceVlan * | lhs, |
const ServiceVlan * | rhs | ||
) |
bool VmInterface::ServiceVlanList::UpdateList | ( | const Agent * | agent, |
VmInterface * | vmi, | ||
VmInterfaceState::Op | l2_force_op, | ||
VmInterfaceState::Op | l3_force_op | ||
) |
Definition at line 2844 of file vm_interface.cc.
ServiceVlanSet VmInterface::ServiceVlanList::list_ |
Definition at line 676 of file vm_interface.h.