#include <vm_interface.h>
|
| | StaticRoute () |
| |
| | StaticRoute (const StaticRoute &rhs) |
| |
| | StaticRoute (const IpAddress &addr, uint32_t plen, const AddressList &gw_list, const CommunityList &communities) |
| |
| virtual | ~StaticRoute () |
| |
| bool | operator() (const StaticRoute &lhs, const StaticRoute &rhs) const |
| |
| bool | IsLess (const StaticRoute *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 |
| |
| | 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 |
| |
| virtual Op | GetOpL2 (const Agent *agent, const VmInterface *vmi) const |
| |
| virtual bool | AddL2 (const Agent *agent, VmInterface *vmi) const |
| |
| virtual bool | DeleteL2 (const Agent *agent, VmInterface *vmi) const |
| |
Definition at line 679 of file vm_interface.h.
◆ StaticRoute() [1/3]
| VmInterface::StaticRoute::StaticRoute |
( |
| ) |
|
◆ StaticRoute() [2/3]
| VmInterface::StaticRoute::StaticRoute |
( |
const StaticRoute & |
rhs | ) |
|
◆ StaticRoute() [3/3]
◆ ~StaticRoute()
| VmInterface::StaticRoute::~StaticRoute |
( |
| ) |
|
|
virtual |
◆ AddL3()
| bool VmInterface::StaticRoute::AddL3 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ Copy()
| void VmInterface::StaticRoute::Copy |
( |
const Agent * |
agent, |
|
|
const VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ DeleteL3()
| bool VmInterface::StaticRoute::DeleteL3 |
( |
const Agent * |
agent, |
|
|
VmInterface * |
vmi |
|
) |
| const |
|
virtual |
◆ GetOpL3()
◆ IsLess()
| bool VmInterface::StaticRoute::IsLess |
( |
const StaticRoute * |
rhs | ) |
const |
◆ operator()()
◆ addr_
◆ communities_
◆ gw_list_
◆ plen_
| uint32_t VmInterface::StaticRoute::plen_ |
◆ vrf_
| const VrfEntry* VmInterface::StaticRoute::vrf_ |
|
mutable |
The documentation for this struct was generated from the following files: