OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
Ingress Port Flow Table Match. More...
#include <ofdpa_datatypes.h>
Data Fields | |
uint16_t | etherType |
Valid etherTypes are 0x0800 or 0x86dd: used for DSCP QoS 0x8902 : used for Injected OAM. | |
uint16_t | etherTypeMask |
uint32_t | inPort |
OpenFlow Ingress Port number. | |
uint32_t | inPortMask |
uint32_t | lmepId |
lmepId is only used for OAM PDU injection. | |
uint32_t | lmepIdMask |
uint32_t | tunnelId |
tunnelId is only used for overlay tunnel logical ports. | |
uint32_t | tunnelIdMask |
Ingress Port Flow Table Match.
Definition at line 418 of file ofdpa_datatypes.h.
uint32_t ofdpaIngressPortFlowMatch_s::lmepId |
lmepId is only used for OAM PDU injection.
goto table is Injected OAM Flow table.
Definition at line 437 of file ofdpa_datatypes.h.
uint32_t ofdpaIngressPortFlowMatch_s::tunnelId |
tunnelId is only used for overlay tunnel logical ports.
tunnelId is required if the goto table is a Data Center Overlay QoS Trust Flow table.
Definition at line 426 of file ofdpa_datatypes.h.