OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
InstanceIpList (bool is_ipv4) | |
~InstanceIpList () | |
void | Insert (const InstanceIp *rhs) |
void | Update (const InstanceIp *lhs, const InstanceIp *rhs) |
void | Remove (InstanceIpSet::iterator &it) |
virtual bool | UpdateList (const Agent *agent, VmInterface *vmi, VmInterfaceState::Op l2_force_op, VmInterfaceState::Op l3_force_op) |
Public Attributes | |
bool | is_ipv4_ |
InstanceIpSet | list_ |
Definition at line 935 of file vm_interface.h.
|
inline |
Definition at line 936 of file vm_interface.h.
|
inline |
Definition at line 939 of file vm_interface.h.
void VmInterface::InstanceIpList::Insert | ( | const InstanceIp * | rhs | ) |
Definition at line 1522 of file vm_interface.cc.
void VmInterface::InstanceIpList::Remove | ( | InstanceIpSet::iterator & | it | ) |
Definition at line 1537 of file vm_interface.cc.
void VmInterface::InstanceIpList::Update | ( | const InstanceIp * | lhs, |
const InstanceIp * | rhs | ||
) |
|
virtual |
bool VmInterface::InstanceIpList::is_ipv4_ |
Definition at line 948 of file vm_interface.h.
InstanceIpSet VmInterface::InstanceIpList::list_ |
Definition at line 949 of file vm_interface.h.