#include <vm_interface.h>
|
| AllowedAddressPair () |
|
| AllowedAddressPair (const AllowedAddressPair &rhs) |
|
| AllowedAddressPair (const IpAddress &addr, uint32_t plen, bool ecmp, const MacAddress &mac) |
|
virtual | ~AllowedAddressPair () |
|
bool | operator() (const AllowedAddressPair &lhs, const AllowedAddressPair &rhs) const |
|
bool | operator== (const AllowedAddressPair &rhs) const |
|
bool | IsLess (const AllowedAddressPair *rhs) const |
|
void | Copy (const Agent *agent, const VmInterface *vmi) 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 |
|
| 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 716 of file vm_interface.h.
VmInterface::AllowedAddressPair::AllowedAddressPair |
( |
| ) |
|
VmInterface::AllowedAddressPair::AllowedAddressPair |
( |
const IpAddress & |
addr, |
|
|
uint32_t |
plen, |
|
|
bool |
ecmp, |
|
|
const MacAddress & |
mac |
|
) |
| |
VmInterface::AllowedAddressPair::~AllowedAddressPair |
( |
| ) |
|
|
virtual |
bool VmInterface::AllowedAddressPair::AddL2 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
bool VmInterface::AllowedAddressPair::AddL3 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
void VmInterface::AllowedAddressPair::Copy |
( |
const Agent * |
agent, |
|
|
const VmInterface * |
vmi |
|
) |
| const |
|
virtual |
bool VmInterface::AllowedAddressPair::DeleteL2 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
bool VmInterface::AllowedAddressPair::DeleteL3 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
IpAddress VmInterface::AllowedAddressPair::addr_ |
bool VmInterface::AllowedAddressPair::ecmp_ |
|
mutable |
bool VmInterface::AllowedAddressPair::ecmp_config_changed_ |
|
mutable |
uint32_t VmInterface::AllowedAddressPair::ethernet_tag_ |
|
mutable |
uint32_t VmInterface::AllowedAddressPair::label_ |
|
mutable |
uint32_t VmInterface::AllowedAddressPair::plen_ |
NextHopRef VmInterface::AllowedAddressPair::policy_disabled_nh_ |
|
mutable |
NextHopRef VmInterface::AllowedAddressPair::policy_enabled_nh_ |
|
mutable |
IpAddress VmInterface::AllowedAddressPair::service_ip_ |
|
mutable |
VrfEntry* VmInterface::AllowedAddressPair::vrf_ |
|
mutable |
The documentation for this struct was generated from the following files: