OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
VLAN Flow Table Entry. More...
#include <ofdpa_datatypes.h>
Data Fields | |
OFDPA_FLOW_TABLE_ID_t | gotoTableId |
Goto-Table instruction. | |
ofdpaVlanFlowMatch_t | match_criteria |
Match Criteria. | |
uint16_t | newVlanId |
Write Actions Instruction. | |
VLAN Flow Table Entry.
Definition at line 258 of file ofdpa_datatypes.h.
OFDPA_FLOW_TABLE_ID_t ofdpaVlanFlowEntry_s::gotoTableId |
Goto-Table instruction.
must be OFDPA_FLOW_TABLE_ID_TERMINATION_MAC or 0 to drop
Definition at line 267 of file ofdpa_datatypes.h.
uint16_t ofdpaVlanFlowEntry_s::newVlanId |