|
OpenSDN source code
|
#include <vm_interface.h>


Public Member Functions | |
| StaticRouteList () | |
| ~StaticRouteList () | |
| void | Insert (const StaticRoute *rhs) |
| void | Update (const StaticRoute *lhs, const StaticRoute *rhs) |
| void | Remove (StaticRouteSet::iterator &it) |
| bool | UpdateList (const Agent *agent, VmInterface *vmi, VmInterfaceState::Op l2_force_op, VmInterfaceState::Op l3_force_op) |
Public Attributes | |
| StaticRouteSet | list_ |
Definition at line 703 of file vm_interface.h.
|
inline |
Definition at line 704 of file vm_interface.h.
|
inline |
Definition at line 705 of file vm_interface.h.
| void VmInterface::StaticRouteList::Insert | ( | const StaticRoute * | rhs | ) |
Definition at line 2414 of file vm_interface.cc.
| void VmInterface::StaticRouteList::Remove | ( | StaticRouteSet::iterator & | it | ) |
Definition at line 2426 of file vm_interface.cc.
| void VmInterface::StaticRouteList::Update | ( | const StaticRoute * | lhs, |
| const StaticRoute * | rhs | ||
| ) |
| bool VmInterface::StaticRouteList::UpdateList | ( | const Agent * | agent, |
| VmInterface * | vmi, | ||
| VmInterfaceState::Op | l2_force_op, | ||
| VmInterfaceState::Op | l3_force_op | ||
| ) |
| StaticRouteSet VmInterface::StaticRouteList::list_ |
Definition at line 713 of file vm_interface.h.