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


Public Member Functions | |
| VnFlowHandlerState (const AclDBEntry *acl, const AclDBEntry *macl, const AclDBEntry *mcacl, bool enable_rpf, bool flood_unknown_unicast) | |
| virtual | ~VnFlowHandlerState () |
Public Member Functions inherited from FlowMgmtDbClient::FlowMgmtState | |
| FlowMgmtState () | |
| virtual | ~FlowMgmtState () |
| void | IncrementGenId () |
Public Member Functions inherited from DBState | |
| virtual | ~DBState () |
Public Attributes | |
| AclDBEntryConstRef | acl_ |
| AclDBEntryConstRef | macl_ |
| AclDBEntryConstRef | mcacl_ |
| bool | enable_rpf_ |
| bool | flood_unknown_unicast_ |
Public Attributes inherited from FlowMgmtDbClient::FlowMgmtState | |
| uint32_t | gen_id_ |
| bool | deleted_ |
Definition at line 24 of file flow_mgmt_dbclient.h.
|
inline |
Definition at line 30 of file flow_mgmt_dbclient.h.
|
inlinevirtual |
Definition at line 36 of file flow_mgmt_dbclient.h.
| AclDBEntryConstRef FlowMgmtDbClient::VnFlowHandlerState::acl_ |
Definition at line 25 of file flow_mgmt_dbclient.h.
| bool FlowMgmtDbClient::VnFlowHandlerState::enable_rpf_ |
Definition at line 28 of file flow_mgmt_dbclient.h.
| bool FlowMgmtDbClient::VnFlowHandlerState::flood_unknown_unicast_ |
Definition at line 29 of file flow_mgmt_dbclient.h.
| AclDBEntryConstRef FlowMgmtDbClient::VnFlowHandlerState::macl_ |
Definition at line 26 of file flow_mgmt_dbclient.h.
| AclDBEntryConstRef FlowMgmtDbClient::VnFlowHandlerState::mcacl_ |
Definition at line 27 of file flow_mgmt_dbclient.h.