Interface ActionConstants
- 
 public interface ActionConstantsAction constants.- Author:
- michal.polkorab
 
- 
- 
Field SummaryFields Modifier and Type Field Description static byteACTION_IDS_LENGTHAction header size.static byteCOPY_TTL_IN_CODEOpenflow v1.3 OFPAT_COPY_TTL_IN code.static byteCOPY_TTL_OUT_CODEOpenflow v1.3 OFPAT_COPY_TTL_OUT code.static byteDEC_MPLS_TTL_CODEOpenflow v1.3 OFPAT_DEC_MPLS_TTL code.static byteDEC_NW_TTL_CODEOpenflow v1.3 OFPAT_DEC_NW_TTL code.static byteENQUEUE_CODEOpenflow v1.0 OFPAT_ENQUEUE code.static byteETHERTYPE_ACTION_PADDINGPadding in OFPAT_PUSH_VLAN, OFPAT_PUSH_MPLS, OFPAT_POP_MPLS and OFPAT_PUSH_PBB (OF v1.3).static byteGENERAL_ACTION_LENGTHMost common action length.static byteGROUP_CODEOpenflow v1.3 OFPAT_GROUP code.static byteLARGER_ACTION_LENGTHAction larger than GENERAL_ACTION_LENGTH - currently only 16 bytes long actions for both OF v1.0 and v1.3.static byteOUTPUT_CODEOpenflow v1.0 and v1.3 OFPAT_OUTPUT code.static byteOUTPUT_PADDINGPadding in OFPAT_OUTPUT (OF v1.3).static bytePADDING_IN_ACTION_HEADERPadding in action header (OF v1.3).static bytePADDING_IN_DL_ADDRESS_ACTIONPadding in OFPAT_SET_DL_SRC and OFPAT_SET_DL_DST (OF v1.3).static intPADDING_IN_ENQUEUE_ACTIONPadding in OFPAT_ENQUEUE (OF v1.3).static bytePADDING_IN_SET_NW_TOS_ACTIONPadding in OFPAT_SET_NW_TOS (OF v1.3).static bytePADDING_IN_SET_VLAN_PCP_ACTIONPadding in OFPAT_SET_VLAN_PCP (OF v1.3).static bytePADDING_IN_SET_VLAN_VID_ACTIONPadding in OFPAT_SET_VLAN_VID (OF v1.3).static bytePADDING_IN_TP_PORT_ACTIONPadding in OFPAT_SET_TP_SRC and OFPAT_SET_TP_DST (OF v1.3).static bytePOP_MPLS_CODEOpenflow v1.3 OFPAT_POP_MPLS code.static bytePOP_PBB_CODEOpenflow v1.3 OFPAT_POP_PBB code.static bytePOP_VLAN_CODEOpenflow v1.3 OFPAT_POP_VLAN code.static bytePUSH_MPLS_CODEOpenflow v1.3 OFPAT_PUSH_MPLS code.static bytePUSH_PBB_CODEOpenflow v1.3 OFPAT_PUSH_PBB code.static bytePUSH_VLAN_CODEOpenflow v1.3 OFPAT_PUSH_VLAN code.static byteSET_DL_DST_CODEOpenflow v1.0 OFPAT_SET_DL_DST code.static byteSET_DL_SRC_CODEOpenflow v1.0 OFPAT_SET_DL_SRC code.static intSET_FIELD_CODEOpenflow v1.3 OFPAT_SET_FIELD code.static byteSET_MPLS_TTL_CODEOpenflow v1.3 OFPAT_SET_MPLS_TTL code.static byteSET_MPLS_TTL_PADDINGPadding in OFPAT_SET_MPLS_TTL (OF v1.3).static byteSET_NW_DST_CODEOpenflow v1.0 OFPAT_SET_NW_DST code.static byteSET_NW_SRC_CODEOpenflow v1.0 OFPAT_SET_NW_SRC code.static byteSET_NW_TOS_CODEOpenflow v1.0 OFPAT_SET_NW_TOS code.static byteSET_NW_TTL_CODEOpenflow v1.3 OFPAT_SET_NW_TTL code.static byteSET_NW_TTL_PADDINGPadding in OFPAT_SET_NW_TTL (OF v1.3).static byteSET_QUEUE_CODEOpenflow v1.3 OFPAT_SET_QUEUE code.static byteSET_TP_DST_CODEOpenflow v1.0 OFPAT_SET_TP_DST code.static byteSET_TP_SRC_CODEOpenflow v1.0 OFPAT_SET_TP_SRC code.static byteSET_VLAN_PCP_CODEOpenflow v1.0 OFPAT_SET_VLAN_PCP code.static byteSET_VLAN_VID_CODEOpenflow v1.0 OFPAT_SET_VLAN_VID code.static byteSTRIP_VLAN_CODEOpenflow v1.0 OFPAT_STRIP_VLAN code.
 
- 
- 
- 
Field Detail- 
OUTPUT_CODEstatic final byte OUTPUT_CODE Openflow v1.0 and v1.3 OFPAT_OUTPUT code.- See Also:
- Constant Field Values
 
 - 
SET_VLAN_VID_CODEstatic final byte SET_VLAN_VID_CODE Openflow v1.0 OFPAT_SET_VLAN_VID code.- See Also:
- Constant Field Values
 
 - 
SET_VLAN_PCP_CODEstatic final byte SET_VLAN_PCP_CODE Openflow v1.0 OFPAT_SET_VLAN_PCP code.- See Also:
- Constant Field Values
 
 - 
STRIP_VLAN_CODEstatic final byte STRIP_VLAN_CODE Openflow v1.0 OFPAT_STRIP_VLAN code.- See Also:
- Constant Field Values
 
 - 
SET_DL_SRC_CODEstatic final byte SET_DL_SRC_CODE Openflow v1.0 OFPAT_SET_DL_SRC code.- See Also:
- Constant Field Values
 
 - 
SET_DL_DST_CODEstatic final byte SET_DL_DST_CODE Openflow v1.0 OFPAT_SET_DL_DST code.- See Also:
- Constant Field Values
 
 - 
SET_NW_SRC_CODEstatic final byte SET_NW_SRC_CODE Openflow v1.0 OFPAT_SET_NW_SRC code.- See Also:
- Constant Field Values
 
 - 
SET_NW_DST_CODEstatic final byte SET_NW_DST_CODE Openflow v1.0 OFPAT_SET_NW_DST code.- See Also:
- Constant Field Values
 
 - 
SET_NW_TOS_CODEstatic final byte SET_NW_TOS_CODE Openflow v1.0 OFPAT_SET_NW_TOS code.- See Also:
- Constant Field Values
 
 - 
SET_TP_SRC_CODEstatic final byte SET_TP_SRC_CODE Openflow v1.0 OFPAT_SET_TP_SRC code.- See Also:
- Constant Field Values
 
 - 
SET_TP_DST_CODEstatic final byte SET_TP_DST_CODE Openflow v1.0 OFPAT_SET_TP_DST code.- See Also:
- Constant Field Values
 
 - 
ENQUEUE_CODEstatic final byte ENQUEUE_CODE Openflow v1.0 OFPAT_ENQUEUE code.- See Also:
- Constant Field Values
 
 - 
COPY_TTL_OUT_CODEstatic final byte COPY_TTL_OUT_CODE Openflow v1.3 OFPAT_COPY_TTL_OUT code.- See Also:
- Constant Field Values
 
 - 
COPY_TTL_IN_CODEstatic final byte COPY_TTL_IN_CODE Openflow v1.3 OFPAT_COPY_TTL_IN code.- See Also:
- Constant Field Values
 
 - 
SET_MPLS_TTL_CODEstatic final byte SET_MPLS_TTL_CODE Openflow v1.3 OFPAT_SET_MPLS_TTL code.- See Also:
- Constant Field Values
 
 - 
DEC_MPLS_TTL_CODEstatic final byte DEC_MPLS_TTL_CODE Openflow v1.3 OFPAT_DEC_MPLS_TTL code.- See Also:
- Constant Field Values
 
 - 
PUSH_VLAN_CODEstatic final byte PUSH_VLAN_CODE Openflow v1.3 OFPAT_PUSH_VLAN code.- See Also:
- Constant Field Values
 
 - 
POP_VLAN_CODEstatic final byte POP_VLAN_CODE Openflow v1.3 OFPAT_POP_VLAN code.- See Also:
- Constant Field Values
 
 - 
PUSH_MPLS_CODEstatic final byte PUSH_MPLS_CODE Openflow v1.3 OFPAT_PUSH_MPLS code.- See Also:
- Constant Field Values
 
 - 
POP_MPLS_CODEstatic final byte POP_MPLS_CODE Openflow v1.3 OFPAT_POP_MPLS code.- See Also:
- Constant Field Values
 
 - 
SET_QUEUE_CODEstatic final byte SET_QUEUE_CODE Openflow v1.3 OFPAT_SET_QUEUE code.- See Also:
- Constant Field Values
 
 - 
GROUP_CODEstatic final byte GROUP_CODE Openflow v1.3 OFPAT_GROUP code.- See Also:
- Constant Field Values
 
 - 
SET_NW_TTL_CODEstatic final byte SET_NW_TTL_CODE Openflow v1.3 OFPAT_SET_NW_TTL code.- See Also:
- Constant Field Values
 
 - 
DEC_NW_TTL_CODEstatic final byte DEC_NW_TTL_CODE Openflow v1.3 OFPAT_DEC_NW_TTL code.- See Also:
- Constant Field Values
 
 - 
SET_FIELD_CODEstatic final int SET_FIELD_CODE Openflow v1.3 OFPAT_SET_FIELD code.- See Also:
- Constant Field Values
 
 - 
PUSH_PBB_CODEstatic final byte PUSH_PBB_CODE Openflow v1.3 OFPAT_PUSH_PBB code.- See Also:
- Constant Field Values
 
 - 
POP_PBB_CODEstatic final byte POP_PBB_CODE Openflow v1.3 OFPAT_POP_PBB code.- See Also:
- Constant Field Values
 
 - 
OUTPUT_PADDINGstatic final byte OUTPUT_PADDING Padding in OFPAT_OUTPUT (OF v1.3).- See Also:
- Constant Field Values
 
 - 
PADDING_IN_SET_VLAN_VID_ACTIONstatic final byte PADDING_IN_SET_VLAN_VID_ACTION Padding in OFPAT_SET_VLAN_VID (OF v1.3).- See Also:
- Constant Field Values
 
 - 
PADDING_IN_SET_VLAN_PCP_ACTIONstatic final byte PADDING_IN_SET_VLAN_PCP_ACTION Padding in OFPAT_SET_VLAN_PCP (OF v1.3).- See Also:
- Constant Field Values
 
 - 
PADDING_IN_SET_NW_TOS_ACTIONstatic final byte PADDING_IN_SET_NW_TOS_ACTION Padding in OFPAT_SET_NW_TOS (OF v1.3).- See Also:
- Constant Field Values
 
 - 
PADDING_IN_ENQUEUE_ACTIONstatic final int PADDING_IN_ENQUEUE_ACTION Padding in OFPAT_ENQUEUE (OF v1.3).- See Also:
- Constant Field Values
 
 - 
SET_MPLS_TTL_PADDINGstatic final byte SET_MPLS_TTL_PADDING Padding in OFPAT_SET_MPLS_TTL (OF v1.3).- See Also:
- Constant Field Values
 
 - 
SET_NW_TTL_PADDINGstatic final byte SET_NW_TTL_PADDING Padding in OFPAT_SET_NW_TTL (OF v1.3).- See Also:
- Constant Field Values
 
 - 
PADDING_IN_DL_ADDRESS_ACTIONstatic final byte PADDING_IN_DL_ADDRESS_ACTION Padding in OFPAT_SET_DL_SRC and OFPAT_SET_DL_DST (OF v1.3).- See Also:
- Constant Field Values
 
 - 
PADDING_IN_TP_PORT_ACTIONstatic final byte PADDING_IN_TP_PORT_ACTION Padding in OFPAT_SET_TP_SRC and OFPAT_SET_TP_DST (OF v1.3).- See Also:
- Constant Field Values
 
 - 
PADDING_IN_ACTION_HEADERstatic final byte PADDING_IN_ACTION_HEADER Padding in action header (OF v1.3).- See Also:
- Constant Field Values
 
 - 
ETHERTYPE_ACTION_PADDINGstatic final byte ETHERTYPE_ACTION_PADDING Padding in OFPAT_PUSH_VLAN, OFPAT_PUSH_MPLS, OFPAT_POP_MPLS and OFPAT_PUSH_PBB (OF v1.3).- See Also:
- Constant Field Values
 
 - 
GENERAL_ACTION_LENGTHstatic final byte GENERAL_ACTION_LENGTH Most common action length.- See Also:
- Constant Field Values
 
 - 
LARGER_ACTION_LENGTHstatic final byte LARGER_ACTION_LENGTH Action larger than GENERAL_ACTION_LENGTH - currently only 16 bytes long actions for both OF v1.0 and v1.3.- See Also:
- Constant Field Values
 
 - 
ACTION_IDS_LENGTHstatic final byte ACTION_IDS_LENGTH Action header size.- See Also:
- Constant Field Values
 
 
- 
 
-