OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
Unicast Routing Flow Table Entry. More...
#include <ofdpa_datatypes.h>
Data Fields | |
OFDPA_FLOW_TABLE_ID_t | gotoTableId |
Goto-Table instruction. | |
uint32_t | groupID |
Write-Action(s) instruction. | |
ofdpaUnicastRoutingFlowMatch_t | match_criteria |
uint32_t | outputPort |
Unicast Routing Flow Table Entry.
Definition at line 1052 of file ofdpa_datatypes.h.
OFDPA_FLOW_TABLE_ID_t ofdpaUnicastRoutingFlowEntry_s::gotoTableId |
Goto-Table instruction.
Setting this to 0 indicates drop action; otherwise must be OFDPA_FLOW_TABLE_ID_ACL_POLICY
Definition at line 1061 of file ofdpa_datatypes.h.
uint32_t ofdpaUnicastRoutingFlowEntry_s::groupID |
Write-Action(s) instruction.
Data for GROUP action, must be an L3 Unicast, L3 ECMP or MPLS L3 VPN group entry. Must be zero for the output port to be used.
Definition at line 1067 of file ofdpa_datatypes.h.