OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
LearntMacIpList () | |
~LearntMacIpList () | |
void | Insert (const LearntMacIp *rhs) |
void | Update (const LearntMacIp *lhs, const LearntMacIp *rhs) |
void | Remove (const LearntMacIp *rhs) |
virtual bool | UpdateList (const Agent *agent, VmInterface *vmi, VmInterfaceState::Op l2_force_op, VmInterfaceState::Op l3_force_op) |
Public Attributes | |
LearntMacIpSet | list_ |
Definition at line 991 of file vm_interface.h.
|
inline |
Definition at line 992 of file vm_interface.h.
|
inline |
Definition at line 995 of file vm_interface.h.
void VmInterface::LearntMacIpList::Insert | ( | const LearntMacIp * | rhs | ) |
Definition at line 1733 of file vm_interface.cc.
void VmInterface::LearntMacIpList::Remove | ( | const LearntMacIp * | rhs | ) |
Definition at line 1743 of file vm_interface.cc.
void VmInterface::LearntMacIpList::Update | ( | const LearntMacIp * | lhs, |
const LearntMacIp * | rhs | ||
) |
|
virtual |
LearntMacIpSet VmInterface::LearntMacIpList::list_ |
Definition at line 1004 of file vm_interface.h.