OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
Multicast 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. | |
ofdpaMulticastRoutingFlowMatch_t | match_criteria |
Multicast Routing Flow Table Entry.
Definition at line 1109 of file ofdpa_datatypes.h.
OFDPA_FLOW_TABLE_ID_t ofdpaMulticastRoutingFlowEntry_s::gotoTableId |
Goto-Table instruction.
Setting this to 0 indicates drop action; otherwise must be OFDPA_FLOW_TABLE_ID_ACL_POLICY
Definition at line 1118 of file ofdpa_datatypes.h.
uint32_t ofdpaMulticastRoutingFlowEntry_s::groupID |
Write-Action(s) instruction.
Data for GROUP action. Must be an L3 Multicast group entry
Definition at line 1122 of file ofdpa_datatypes.h.