|
OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
This structure is used to add a new flow or modify an existing flow. More...
#include <ofdpa_datatypes.h>
Data Fields | |
| uint64_t | cookie |
| cookie | |
| union { | |
| ofdpaBridgingFlowEntry_t bridgingFlowEntry | |
| Bridging Table Flow Entry. | |
| ofdpaIngressPortFlowEntry_t ingressPortFlowEntry | |
| Ingress Port Table Flow Entry. | |
| ofdpaMulticastRoutingFlowEntry_t multicastRoutingFlowEntry | |
| Multiicast Routing Table Flow Entry. | |
| ofdpaPolicyAclFlowEntry_t policyAclFlowEntry | |
| ACL Table Flow Entry. | |
| ofdpaTerminationMacFlowEntry_t terminationMacFlowEntry | |
| Termination MAC Table Flow Entry. | |
| ofdpaUnicastRoutingFlowEntry_t unicastRoutingFlowEntry | |
| Unicast Routing Table Flow Entry. | |
| ofdpaVlanFlowEntry_t vlanFlowEntry | |
| VLAN Port Table Flow Entry. | |
| } | flowData |
| uint32_t | hard_time |
| Hard timeout for the flow entry. | |
| uint32_t | idle_time |
| Idle timeout for the flow entry. | |
| uint32_t | priority |
| Flow priority. | |
| OFDPA_FLOW_TABLE_ID_t | tableId |
| Flow Table Id. | |
This structure is used to add a new flow or modify an existing flow.
Definition at line 627 of file ofdpa_datatypes.h.
1.8.2