OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
Policy ACL Flow Table Entry. More...
#include <ofdpa_datatypes.h>
Data Fields | |
uint32_t | clearActions |
Clear-Action(s) instruction. | |
uint8_t | dscp |
data for SET_IP_DSCP action | |
uint8_t | dscpAction |
If non-zero, write the DSCP. | |
uint32_t | groupID |
Write-Action(s) instruction. | |
ofdpaPolicyAclFlowMatch_t | match_criteria |
match criteria | |
uint32_t | outputPort |
Apply-Action(s) instruction. | |
uint32_t | outputTunnelPort |
data for OUTPUT write-action, restricted to valid tunnel logical port, set to 0 otherwise | |
uint8_t | queueID |
data for SET_QUEUE action | |
uint8_t | queueIDAction |
If non-zero, write the queue ID. | |
uint8_t | vlanPcp |
data for SET_VLAN_PCP action | |
uint8_t | vlanPcpAction |
If non-zero, write the VLAN priority. | |
Policy ACL Flow Table Entry.
Definition at line 580 of file ofdpa_datatypes.h.
uint32_t ofdpaPolicyAclFlowEntry_s::clearActions |
Clear-Action(s) instruction.
if 1 packets matching flow are dropped (all other instructions ignored)
Definition at line 620 of file ofdpa_datatypes.h.
uint32_t ofdpaPolicyAclFlowEntry_s::groupID |
Write-Action(s) instruction.
data for GROUP action – ID == 0 means no group write action
Definition at line 590 of file ofdpa_datatypes.h.
uint32_t ofdpaPolicyAclFlowEntry_s::outputPort |
Apply-Action(s) instruction.
data for OUTPUT apply-action, restricted to CONTROLLER, set to 0 otherwise
Definition at line 616 of file ofdpa_datatypes.h.