OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
L2 Interface Group Bucket. More...
#include <ofdpa_datatypes.h>
Data Fields | |
uint32_t | allowVlanTranslation |
Allow Egress VLAN Translation to change outermost VLAN. | |
uint32_t | outputPort |
bucket action set | |
uint32_t | popVlanTag |
controller responsible for assuring vlan is identified in groupId | |
L2 Interface Group Bucket.
Definition at line 2000 of file ofdpa_datatypes.h.
uint32_t ofdpaL2InterfaceGroupBucketData_s::allowVlanTranslation |
Allow Egress VLAN Translation to change outermost VLAN.
Must be 0 for L2 Interface Group.
Definition at line 2016 of file ofdpa_datatypes.h.
uint32_t ofdpaL2InterfaceGroupBucketData_s::outputPort |
bucket action set
controller responsible for assuring data in outputPort and the port identifier data encoded in the groupId are equal
Definition at line 2006 of file ofdpa_datatypes.h.
uint32_t ofdpaL2InterfaceGroupBucketData_s::popVlanTag |
controller responsible for assuring vlan is identified in groupId
flag indicating if outer VLAN tag should be stripped
(0 - do not strip VLAN tag, 1 - strip VLAN tag)
Definition at line 2012 of file ofdpa_datatypes.h.