#include <flow_mgmt_key.h>
|
enum | Type {
INVALID,
INTERFACE,
ACL,
ACE_ID,
VN,
VM,
INET4,
INET6,
BRIDGE,
NH,
VRF,
BGPASASERVICE,
END
} |
|
Definition at line 11 of file flow_mgmt_key.h.
Enumerator |
---|
INVALID |
|
INTERFACE |
|
ACL |
|
ACE_ID |
|
VN |
|
VM |
|
INET4 |
|
INET6 |
|
BRIDGE |
|
NH |
|
VRF |
|
BGPASASERVICE |
|
END |
|
Definition at line 13 of file flow_mgmt_key.h.
FlowMgmtKey::FlowMgmtKey |
( |
Type |
type, |
|
|
const DBEntry * |
db_entry |
|
) |
| |
|
inline |
virtual FlowMgmtKey::~FlowMgmtKey |
( |
| ) |
|
|
inlinevirtual |
virtual bool FlowMgmtKey::Compare |
( |
const FlowMgmtKey * |
rhs | ) |
const |
|
inlinevirtual |
const DBEntry* FlowMgmtKey::db_entry |
( |
| ) |
const |
|
inline |
bool FlowMgmtKey::IsLess |
( |
const FlowMgmtKey * |
rhs | ) |
const |
|
inline |
virtual void FlowMgmtKey::KeyToFlowRequest |
( |
FlowEvent * |
req | ) |
|
|
inlinevirtual |
void FlowMgmtKey::set_db_entry |
( |
const DBEntry * |
db_entry | ) |
|
|
inline |
Type FlowMgmtKey::type |
( |
| ) |
const |
|
inline |
virtual bool FlowMgmtKey::UseDBEntry |
( |
| ) |
const |
|
inlinevirtual |
const DBEntry* FlowMgmtKey::db_entry_ |
|
mutableprotected |
The documentation for this class was generated from the following files: