OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
Group Bucket Table Entry. More...
#include <ofdpa_datatypes.h>
Data Fields | |
union { | |
ofdpaL2InterfaceGroupBucketData_t l2Interface | |
L2 Interface. | |
ofdpaL2OverlayGroupBucketData_t l2Overlay | |
L2 Overlay. | |
ofdpaL2RewriteGroupBucketData_t l2Rewrite | |
L2 Rewrite. | |
ofdpaL3InterfaceGroupBucketData_t l3Interface | |
L3 Interface. | |
ofdpaL3UnicastGroupBucketData_t l3Unicast | |
L3 Unicast. | |
} | bucketData |
uint32_t | bucketIndex |
Bucket Index. | |
uint32_t | groupId |
Group Id. | |
uint32_t | referenceGroupId |
bucket action set | |
Group Bucket Table Entry.
Definition at line 841 of file ofdpa_datatypes.h.
uint32_t ofdpaGroupBucketEntry_s::referenceGroupId |
bucket action set
References a chained group entry, must be zero for L2 Interface Group entries
Definition at line 852 of file ofdpa_datatypes.h.