#include <vm_interface.h>
|
| NextHopState () |
|
virtual | ~NextHopState () |
|
VmInterfaceState::Op | GetOpL2 (const Agent *agent, const VmInterface *vmi) const |
|
bool | DeleteL2 (const Agent *agent, VmInterface *vmi) const |
|
bool | AddL2 (const Agent *agent, VmInterface *vmi) const |
|
VmInterfaceState::Op | GetOpL3 (const Agent *agent, const VmInterface *vmi) const |
|
bool | DeleteL3 (const Agent *agent, VmInterface *vmi) const |
|
bool | AddL3 (const Agent *agent, VmInterface *vmi) const |
|
uint32_t | l2_label () const |
|
uint32_t | l3_label () 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 |
|
virtual void | Copy (const Agent *agent, const VmInterface *vmi) const |
|
Definition at line 249 of file vm_interface.h.
◆ NextHopState()
NextHopState::NextHopState |
( |
| ) |
|
◆ ~NextHopState()
NextHopState::~NextHopState |
( |
| ) |
|
|
virtual |
◆ AddL2()
◆ AddL3()
◆ DeleteL2()
◆ DeleteL3()
◆ GetOpL2()
◆ GetOpL3()
◆ l2_label()
uint32_t NextHopState::l2_label |
( |
| ) |
const |
|
inline |
◆ l3_label()
uint32_t NextHopState::l3_label |
( |
| ) |
const |
|
inline |
◆ l2_label_
uint32_t NextHopState::l2_label_ |
|
mutable |
◆ l2_nh_no_policy_
◆ l2_nh_policy_
◆ l3_label_
uint32_t NextHopState::l3_label_ |
|
mutable |
◆ l3_mcast_nh_no_policy_
◆ l3_nh_no_policy_
◆ l3_nh_policy_
◆ receive_nh_
The documentation for this struct was generated from the following files: