OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
VrfAssignRule () | |
VrfAssignRule (const VrfAssignRule &rhs) | |
VrfAssignRule (uint32_t id, const autogen::MatchConditionType &match_condition_, const std::string &vrf_name, bool ignore_acl) | |
~VrfAssignRule () | |
bool | operator== (const VrfAssignRule &rhs) const |
bool | operator() (const VrfAssignRule &lhs, const VrfAssignRule &rhs) const |
bool | IsLess (const VrfAssignRule *rhs) const |
void | Update (const Agent *agent, VmInterface *vmi) |
![]() | |
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 |
Public Attributes | |
const uint32_t | id_ |
std::string | vrf_name_ |
bool | ignore_acl_ |
autogen::MatchConditionType | match_condition_ |
![]() | |
bool | del_pending_ |
Definition at line 846 of file vm_interface.h.
VmInterface::VrfAssignRule::VrfAssignRule | ( | ) |
Definition at line 3138 of file vm_interface.cc.
VmInterface::VrfAssignRule::VrfAssignRule | ( | const VrfAssignRule & | rhs | ) |
Definition at line 3142 of file vm_interface.cc.
VmInterface::VrfAssignRule::VrfAssignRule | ( | uint32_t | id, |
const autogen::MatchConditionType & | match_condition_, | ||
const std::string & | vrf_name, | ||
bool | ignore_acl | ||
) |
Definition at line 3149 of file vm_interface.cc.
VmInterface::VrfAssignRule::~VrfAssignRule | ( | ) |
Definition at line 3155 of file vm_interface.cc.
bool VmInterface::VrfAssignRule::IsLess | ( | const VrfAssignRule * | rhs | ) | const |
Definition at line 3163 of file vm_interface.cc.
bool VmInterface::VrfAssignRule::operator() | ( | const VrfAssignRule & | lhs, |
const VrfAssignRule & | rhs | ||
) | const |
bool VmInterface::VrfAssignRule::operator== | ( | const VrfAssignRule & | rhs | ) | const |
void VmInterface::VrfAssignRule::Update | ( | const Agent * | agent, |
VmInterface * | vmi | ||
) |
const uint32_t VmInterface::VrfAssignRule::id_ |
Definition at line 859 of file vm_interface.h.
|
mutable |
Definition at line 861 of file vm_interface.h.
|
mutable |
Definition at line 862 of file vm_interface.h.
|
mutable |
Definition at line 860 of file vm_interface.h.