Interface InstructionConstants
-
public interface InstructionConstants
Instruction constants.- Author:
- michal.polkorab
-
-
Field Summary
Fields Modifier and Type Field Description static byte
APPLY_ACTIONS_TYPE
Openflow v1.3 OFPIT_APPLY_ACTIONS code.static byte
CLEAR_ACTIONS_TYPE
Openflow v1.3 OFPIT_CLEAR_ACTIONS code.static byte
GOTO_TABLE_TYPE
Openflow v1.3 OFPIT_GOTO_TABLE code.static byte
INSTRUCTION_IDS_LENGTH
Openflow v1.3 header length (only type and length fields).static byte
METER_TYPE
Openflow v1.3 OFPIT_METER code.static byte
PADDING_IN_ACTIONS_INSTRUCTION
PADDING in OFPIT_WRITE_ACTIONS, OFPIT_APPLY_ACTIONS and OFPIT_CLEAR_ACTIONS.static byte
PADDING_IN_GOTO_TABLE
PADDING in OFPIT_GOTO_TABLE.static byte
PADDING_IN_WRITE_METADATA
PADDING in OFPIT_WRITE_METADATA.static byte
STANDARD_INSTRUCTION_LENGTH
Openflow v1.3 header length (padded).static byte
WRITE_ACTIONS_TYPE
Openflow v1.3 OFPIT_WRITE_ACTIONS code.static byte
WRITE_METADATA_LENGTH
Openflow v1.3 OFPIT_WRITE_METADATA length.static byte
WRITE_METADATA_TYPE
Openflow v1.3 OFPIT_WRITE_METADATA code.
-
-
-
Field Detail
-
GOTO_TABLE_TYPE
static final byte GOTO_TABLE_TYPE
Openflow v1.3 OFPIT_GOTO_TABLE code.- See Also:
- Constant Field Values
-
WRITE_METADATA_TYPE
static final byte WRITE_METADATA_TYPE
Openflow v1.3 OFPIT_WRITE_METADATA code.- See Also:
- Constant Field Values
-
WRITE_ACTIONS_TYPE
static final byte WRITE_ACTIONS_TYPE
Openflow v1.3 OFPIT_WRITE_ACTIONS code.- See Also:
- Constant Field Values
-
APPLY_ACTIONS_TYPE
static final byte APPLY_ACTIONS_TYPE
Openflow v1.3 OFPIT_APPLY_ACTIONS code.- See Also:
- Constant Field Values
-
CLEAR_ACTIONS_TYPE
static final byte CLEAR_ACTIONS_TYPE
Openflow v1.3 OFPIT_CLEAR_ACTIONS code.- See Also:
- Constant Field Values
-
METER_TYPE
static final byte METER_TYPE
Openflow v1.3 OFPIT_METER code.- See Also:
- Constant Field Values
-
PADDING_IN_GOTO_TABLE
static final byte PADDING_IN_GOTO_TABLE
PADDING in OFPIT_GOTO_TABLE.- See Also:
- Constant Field Values
-
PADDING_IN_WRITE_METADATA
static final byte PADDING_IN_WRITE_METADATA
PADDING in OFPIT_WRITE_METADATA.- See Also:
- Constant Field Values
-
PADDING_IN_ACTIONS_INSTRUCTION
static final byte PADDING_IN_ACTIONS_INSTRUCTION
PADDING in OFPIT_WRITE_ACTIONS, OFPIT_APPLY_ACTIONS and OFPIT_CLEAR_ACTIONS.- See Also:
- Constant Field Values
-
STANDARD_INSTRUCTION_LENGTH
static final byte STANDARD_INSTRUCTION_LENGTH
Openflow v1.3 header length (padded).- See Also:
- Constant Field Values
-
WRITE_METADATA_LENGTH
static final byte WRITE_METADATA_LENGTH
Openflow v1.3 OFPIT_WRITE_METADATA length.- See Also:
- Constant Field Values
-
INSTRUCTION_IDS_LENGTH
static final byte INSTRUCTION_IDS_LENGTH
Openflow v1.3 header length (only type and length fields).- See Also:
- Constant Field Values
-
-