|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.4.4.5
|
Structure to define the action that should be taken. More...
#include <openapi_tcam.h>
Data Fields | |
| unsigned char | dscp |
| unsigned char | dstMac [TCAM_MAC_ADDR_LEN] |
| uint32_t | etherType |
| uint32_t | redirIntfNum |
| unsigned char | srcAddr [TCAM_MAC_ADDR_LEN] |
| uint16_t | vlanId |
| unsigned char | vlanPrio |
Structure to define the action that should be taken.
Only some fields will be relevant for the given rewrite mask.
Definition at line 119 of file openapi_tcam.h.
| unsigned char OPEN_TCAM_ACTION_t::dstMac[TCAM_MAC_ADDR_LEN] |
Replacement MAC DA
Definition at line 123 of file openapi_tcam.h.
| uint32_t OPEN_TCAM_ACTION_t::etherType |
Replacement Etype
Definition at line 124 of file openapi_tcam.h.
| uint32_t OPEN_TCAM_ACTION_t::redirIntfNum |
Redirect interface
Definition at line 121 of file openapi_tcam.h.
| unsigned char OPEN_TCAM_ACTION_t::srcAddr[TCAM_MAC_ADDR_LEN] |
Replacement MAC SA
Definition at line 122 of file openapi_tcam.h.