| OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
    | 
Bridging 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. | |
| ofdpaBridgingFlowMatch_t | match_criteria | 
| uint32_t | outputPort | 
| Apply-Action(s) instruction. | |
| uint32_t | tunnelLogicalPort | 
| Unicast Tenant Bridging flows specify a tunnel logical port ID. | |
Bridging Flow Table Entry.
Definition at line 1146 of file ofdpa_datatypes.h.
| OFDPA_FLOW_TABLE_ID_t ofdpaBridgingFlowEntry_s::gotoTableId | 
Goto-Table instruction.
must be OFDPA_FLOW_TABLE_ID_ACL_POLICY, setting to 0 indicates drop action
Definition at line 1156 of file ofdpa_datatypes.h.
| uint32_t ofdpaBridgingFlowEntry_s::groupID | 
Write-Action(s) instruction.
data for GROUP action must be a L2 Interface, L2 Multicast, L2 Flood, or L2 Overlay group entry as appropriate
Definition at line 1161 of file ofdpa_datatypes.h.
| uint32_t ofdpaBridgingFlowEntry_s::outputPort | 
Apply-Action(s) instruction.
data for OUTPUT action, restricted to CONTROLLER, set to 0 otherwise
Definition at line 1168 of file ofdpa_datatypes.h.