public final class OFConstants extends Object
Modifier and Type | Field and Description |
---|---|
static Long |
ANY |
static String |
APPLICATION_TAG
RpcError application tag.
|
static String |
CONFIG_FILE_ID
Persistent ID of OpenFlowPlugin configuration file.
|
static BigInteger |
DEFAULT_COOKIE
Default cookie.
|
static BigInteger |
DEFAULT_COOKIE_MASK |
static FlowCookie |
DEFAULT_FLOW_COOKIE |
static Integer |
DEFAULT_FLOW_PRIORITY |
static Match |
EMPTY_MATCH
Empty flow match.
|
static String |
ERROR_TAG_TIMEOUT
RpcError tag - timeout.
|
static int |
MAC_ADDRESS_LENGTH |
static String |
OF_URI_PREFIX |
static Long |
OFP_NO_BUFFER
indicates that no buffering should be applied and the whole packet is to be
sent to the controller.
|
static short |
OFP_VERSION_1_0
openflow protocol 1.0 - version identifier.
|
static short |
OFP_VERSION_1_3
openflow protocol 1.3 - version identifier.
|
static Integer |
OFPCML_NO_BUFFER
enum ofp_controller_max_len: indicates that no buffering should be applied and the whole packet is to be
sent to the controller.
|
static Long |
OFPG_ALL
enum ofp_group: Represents all groups for group delete commands.
|
static Long |
OFPG_ANY
enum ofp_group: For OFPFC_DELETE* commands, require matching entries to include this as an
output group.
|
static Long |
OFPM_ALL
Represents all meters for stat requests commands.
|
static short |
OFPP_ALL
enum ofp_port_no, reserved port: all physical ports except input port.
|
static Long |
OFPP_ANY
Wildcard port used only for flow mod (delete) and flow stats requests.
|
static short |
OFPP_LOCAL
enum ofp_port_no, reserved port: local openflow port.
|
static short |
OFPP_NORMAL
enum ofp_port_no, reserved port: process with normal L2/L3 switching.
|
static Long |
OFPQ_ALL
Refers to all queues configured at the specified port.
|
static Short |
OFPTT_ALL
enum ofp_table: Table numbering, wildcard table used for table config, flow stats and flow deletes.
|
static int |
SIGNUM_UNSIGNED |
static int |
SIZE_OF_LONG_IN_BYTES |
static List<Short> |
VERSION_ORDER
supported version ordered by height (highest version is at the beginning).
|
public static final short OFPP_NORMAL
public static final short OFPP_ALL
public static final short OFPP_LOCAL
public static final short OFP_VERSION_1_0
public static final short OFP_VERSION_1_3
public static final String OF_URI_PREFIX
public static final Short OFPTT_ALL
public static final Long ANY
public static final Long OFPP_ANY
public static final Long OFPG_ANY
public static final Long OFPG_ALL
public static final Long OFPQ_ALL
public static final Long OFPM_ALL
public static final BigInteger DEFAULT_COOKIE
public static final BigInteger DEFAULT_COOKIE_MASK
public static final FlowCookie DEFAULT_FLOW_COOKIE
public static final Integer DEFAULT_FLOW_PRIORITY
public static final Match EMPTY_MATCH
public static final Long OFP_NO_BUFFER
public static final Integer OFPCML_NO_BUFFER
public static final int MAC_ADDRESS_LENGTH
public static final int SIZE_OF_LONG_IN_BYTES
public static final int SIGNUM_UNSIGNED
public static final String APPLICATION_TAG
public static final String ERROR_TAG_TIMEOUT
public static final String CONFIG_FILE_ID
Copyright © 2019 OpenDaylight. All rights reserved.