OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
Termination MAC Flow Table Match. More...
#include <ofdpa_datatypes.h>
Data Fields | |
ofdpaMacAddr_t | destMac |
Destination MAC. | |
ofdpaMacAddr_t | destMacMask |
destMacMask is only used for multicast destMac entries (mask requirements apply) | |
uint16_t | etherType |
Must be either 0x0800 or 0x86dd or 0x8847. | |
uint32_t | inPort |
OpenFlow Ingress Port number. | |
uint32_t | inPortMask |
Field maskable only. | |
uint16_t | vlanId |
VLAN Id. | |
uint16_t | vlanIdMask |
VLAN Id Mask. | |
Termination MAC Flow Table Match.
Definition at line 809 of file ofdpa_datatypes.h.
uint16_t ofdpaTerminationMacFlowMatch_s::vlanIdMask |