#include <vm_interface.h>
|
| | LearntMacIp () |
| |
| | LearntMacIp (const LearntMacIp &rhs) |
| |
| | LearntMacIp (const IpAddress &ip, const MacAddress &mac) |
| |
| | ~LearntMacIp () |
| |
| bool | operator== (const LearntMacIp &rhs) const |
| |
| bool | operator() (const LearntMacIp &lhs, const LearntMacIp &rhs) const |
| |
| LearntMacIp | operator= (const LearntMacIp &rhs) const |
| |
| bool | IsLess (const LearntMacIp *rhs) const |
| |
| void | Update (const Agent *agent, VmInterface *vmi, const VmInterface::InstanceIpList *list) const |
| |
| VmInterfaceState::Op | GetOpL3 (const Agent *agent, const VmInterface *vmi) const |
| |
| bool | AddL3 (const Agent *agent, VmInterface *vmi) const |
| |
| bool | DeleteL3 (const Agent *agent, VmInterface *vmi) const |
| |
| VmInterfaceState::Op | GetOpL2 (const Agent *agent, const VmInterface *vmi) const |
| |
| bool | AddL2 (const Agent *agent, VmInterface *vmi) const |
| |
| bool | DeleteL2 (const Agent *agent, VmInterface *vmi) const |
| |
| void | Copy (const Agent *agent, const VmInterface *vmi) const |
| |
| | ListEntry () |
| |
| | ListEntry (bool del_pending) |
| |
| virtual | ~ListEntry () |
| |
| bool | del_pending () const |
| |
| void | set_del_pending (bool val) const |
| |
| VmInterfaceState::Op | GetOp (VmInterfaceState::Op op) const |
| |
| | 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 |
| |
Definition at line 952 of file vm_interface.h.
◆ LearntMacIp() [1/3]
| VmInterface::LearntMacIp::LearntMacIp |
( |
| ) |
|
◆ LearntMacIp() [2/3]
| VmInterface::LearntMacIp::LearntMacIp |
( |
const LearntMacIp & |
rhs | ) |
|
◆ LearntMacIp() [3/3]
◆ ~LearntMacIp()
| VmInterface::LearntMacIp::~LearntMacIp |
( |
| ) |
|
◆ AddL2()
| bool VmInterface::LearntMacIp::AddL2 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ AddL3()
| bool VmInterface::LearntMacIp::AddL3 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ Copy()
| void VmInterface::LearntMacIp::Copy |
( |
const Agent * |
agent, |
|
|
const VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ DeleteL2()
| bool VmInterface::LearntMacIp::DeleteL2 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ DeleteL3()
| bool VmInterface::LearntMacIp::DeleteL3 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ GetOpL2()
◆ GetOpL3()
◆ IsLess()
| bool VmInterface::LearntMacIp::IsLess |
( |
const LearntMacIp * |
rhs | ) |
const |
◆ operator()()
◆ operator=()
◆ operator==()
| bool VmInterface::LearntMacIp::operator== |
( |
const LearntMacIp & |
rhs | ) |
const |
◆ Update()
◆ ethernet_tag_
| uint32_t VmInterface::LearntMacIp::ethernet_tag_ |
|
mutable |
◆ ip_
| const IpAddress VmInterface::LearntMacIp::ip_ |
◆ l2_label_
| uint32_t VmInterface::LearntMacIp::l2_label_ |
|
mutable |
◆ l2_nh_no_policy_
| NextHopRef VmInterface::LearntMacIp::l2_nh_no_policy_ |
|
mutable |
◆ l2_nh_policy_
| NextHopRef VmInterface::LearntMacIp::l2_nh_policy_ |
|
mutable |
◆ l3_label_
| uint32_t VmInterface::LearntMacIp::l3_label_ |
|
mutable |
◆ l3_nh_no_policy_
| NextHopRef VmInterface::LearntMacIp::l3_nh_no_policy_ |
|
mutable |
◆ l3_nh_policy_
| NextHopRef VmInterface::LearntMacIp::l3_nh_policy_ |
|
mutable |
◆ mac_
◆ vrf_
| const VrfEntry* VmInterface::LearntMacIp::vrf_ |
|
mutable |
The documentation for this struct was generated from the following files: