OpenSDN source code
|
#include <flow_mgmt_dbclient.h>
Public Types | |
typedef std::map < InterfaceConstRef, IpAddress > | FixedIpMap |
typedef std::pair < InterfaceConstRef, IpAddress > | FixedIpEntry |
Public Member Functions | |
RouteFlowHandlerState () | |
virtual | ~RouteFlowHandlerState () |
![]() | |
FlowMgmtState () | |
virtual | ~FlowMgmtState () |
void | IncrementGenId () |
![]() | |
virtual | ~DBState () |
Public Attributes | |
SecurityGroupList | sg_l_ |
const NextHop * | active_nh_ |
const NextHop * | local_nh_ |
FixedIpMap | fixed_ip_map_ |
EcmpLoadBalance | ecmp_load_balance_ |
TagList | tags_l_ |
TunnelType::TypeBmap | tunnel_bmap_ |
![]() | |
uint32_t | gen_id_ |
bool | deleted_ |
Definition at line 84 of file flow_mgmt_dbclient.h.
typedef std::pair<InterfaceConstRef, IpAddress> FlowMgmtDbClient::RouteFlowHandlerState::FixedIpEntry |
Definition at line 89 of file flow_mgmt_dbclient.h.
typedef std::map<InterfaceConstRef, IpAddress> FlowMgmtDbClient::RouteFlowHandlerState::FixedIpMap |
Definition at line 88 of file flow_mgmt_dbclient.h.
|
inline |
Definition at line 85 of file flow_mgmt_dbclient.h.
|
inlinevirtual |
Definition at line 87 of file flow_mgmt_dbclient.h.
const NextHop* FlowMgmtDbClient::RouteFlowHandlerState::active_nh_ |
Definition at line 92 of file flow_mgmt_dbclient.h.
EcmpLoadBalance FlowMgmtDbClient::RouteFlowHandlerState::ecmp_load_balance_ |
Definition at line 95 of file flow_mgmt_dbclient.h.
FixedIpMap FlowMgmtDbClient::RouteFlowHandlerState::fixed_ip_map_ |
Definition at line 94 of file flow_mgmt_dbclient.h.
const NextHop* FlowMgmtDbClient::RouteFlowHandlerState::local_nh_ |
Definition at line 93 of file flow_mgmt_dbclient.h.
SecurityGroupList FlowMgmtDbClient::RouteFlowHandlerState::sg_l_ |
Definition at line 91 of file flow_mgmt_dbclient.h.
TagList FlowMgmtDbClient::RouteFlowHandlerState::tags_l_ |
Definition at line 96 of file flow_mgmt_dbclient.h.
TunnelType::TypeBmap FlowMgmtDbClient::RouteFlowHandlerState::tunnel_bmap_ |
Definition at line 97 of file flow_mgmt_dbclient.h.