OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
AliasIpList () | |
~AliasIpList () | |
void | Insert (const AliasIp *rhs) |
void | Update (const AliasIp *lhs, const AliasIp *rhs) |
void | Remove (AliasIpSet::iterator &it) |
bool | UpdateList (const Agent *agent, VmInterface *vmi, VmInterfaceState::Op l2_force_op, VmInterfaceState::Op l3_force_op) |
Public Attributes | |
uint16_t | v4_count_ |
uint16_t | v6_count_ |
AliasIpSet | list_ |
Definition at line 614 of file vm_interface.h.
|
inline |
Definition at line 615 of file vm_interface.h.
|
inline |
Definition at line 616 of file vm_interface.h.
void VmInterface::AliasIpList::Insert | ( | const AliasIp * | rhs | ) |
Definition at line 2269 of file vm_interface.cc.
void VmInterface::AliasIpList::Remove | ( | AliasIpSet::iterator & | it | ) |
Definition at line 2284 of file vm_interface.cc.
bool VmInterface::AliasIpList::UpdateList | ( | const Agent * | agent, |
VmInterface * | vmi, | ||
VmInterfaceState::Op | l2_force_op, | ||
VmInterfaceState::Op | l3_force_op | ||
) |
AliasIpSet VmInterface::AliasIpList::list_ |
Definition at line 627 of file vm_interface.h.
uint16_t VmInterface::AliasIpList::v4_count_ |
Definition at line 625 of file vm_interface.h.
uint16_t VmInterface::AliasIpList::v6_count_ |
Definition at line 626 of file vm_interface.h.