Interface OxmMatchConstants
public interface OxmMatchConstants
Stores oxm_match constants.
- Author:
- michal.polkorab
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
ARP opcode.static final int
ARP source hardware address.static final int
ARP source IPv4 address.static final int
ARP target hardware address.static final int
ARP target IPv4 address.static final int
Ethernet destination address.static final int
Ethernet source address.static final int
Ethernet frame type.static final int
Experimenter class.static final int
ICMP code.static final int
ICMP type.static final int
ICMPv6 code.static final int
ICMPv6 type.static final int
Switch physical input port.static final int
Switch input port.static final int
IP DSCP (6 bits in ToS field).static final int
IP ECN (2 bits in ToS field).static final int
IP protocol.static final int
IPv4 destination address.static final int
IPv4 source address.static final int
IPv6 destination address.static final int
IPv6 Extension Header pseudo-field.static final int
IPv6 Flow Label.static final int
Source link-layer for ND.static final int
Target address for ND.static final int
Target link-layer for ND.static final int
IPv6 source address.static final int
Metadata passed between tables.static final int
MPLS BoS bit.static final int
MPLS label.static final int
MPLS TC.static final int
Backward compatibility with NXM.static final int
Backward compatibility with NXM.static final int
NXM TCP_Flag value.static final int
NXM IPv4 Tunnel Endpoint Destination.static final int
NXM IPv4 Tunnel Endpoint Source.static final int
Basic class for OpenFlow.static final int
Packet Type.static final int
PBB I-SID.static final int
SCTP destination port.static final int
SCTP source port.static final int
TCP destination port.static final int
TCP source port.static final int
Logical Port Metadata.static final int
UDP destination port.static final int
UDP source port.static final int
VLAN priority.static final int
VLAN id.
-
Field Details
-
NXM_0_CLASS
static final int NXM_0_CLASSBackward compatibility with NXM.- See Also:
-
NXM_1_CLASS
static final int NXM_1_CLASSBackward compatibility with NXM.- See Also:
-
OPENFLOW_BASIC_CLASS
static final int OPENFLOW_BASIC_CLASSBasic class for OpenFlow.- See Also:
-
EXPERIMENTER_CLASS
static final int EXPERIMENTER_CLASSExperimenter class.- See Also:
-
IN_PORT
static final int IN_PORTSwitch input port.- See Also:
-
IN_PHY_PORT
static final int IN_PHY_PORTSwitch physical input port.- See Also:
-
METADATA
static final int METADATAMetadata passed between tables.- See Also:
-
ETH_DST
static final int ETH_DSTEthernet destination address.- See Also:
-
ETH_SRC
static final int ETH_SRCEthernet source address.- See Also:
-
ETH_TYPE
static final int ETH_TYPEEthernet frame type.- See Also:
-
VLAN_VID
static final int VLAN_VIDVLAN id.- See Also:
-
VLAN_PCP
static final int VLAN_PCPVLAN priority.- See Also:
-
IP_DSCP
static final int IP_DSCPIP DSCP (6 bits in ToS field).- See Also:
-
IP_ECN
static final int IP_ECNIP ECN (2 bits in ToS field).- See Also:
-
IP_PROTO
static final int IP_PROTOIP protocol.- See Also:
-
IPV4_SRC
static final int IPV4_SRCIPv4 source address.- See Also:
-
IPV4_DST
static final int IPV4_DSTIPv4 destination address.- See Also:
-
TCP_SRC
static final int TCP_SRCTCP source port.- See Also:
-
TCP_DST
static final int TCP_DSTTCP destination port.- See Also:
-
UDP_SRC
static final int UDP_SRCUDP source port.- See Also:
-
UDP_DST
static final int UDP_DSTUDP destination port.- See Also:
-
SCTP_SRC
static final int SCTP_SRCSCTP source port.- See Also:
-
SCTP_DST
static final int SCTP_DSTSCTP destination port.- See Also:
-
ICMPV4_TYPE
static final int ICMPV4_TYPEICMP type.- See Also:
-
ICMPV4_CODE
static final int ICMPV4_CODEICMP code.- See Also:
-
ARP_OP
static final int ARP_OPARP opcode.- See Also:
-
ARP_SPA
static final int ARP_SPAARP source IPv4 address.- See Also:
-
ARP_TPA
static final int ARP_TPAARP target IPv4 address.- See Also:
-
ARP_SHA
static final int ARP_SHAARP source hardware address.- See Also:
-
ARP_THA
static final int ARP_THAARP target hardware address.- See Also:
-
IPV6_SRC
static final int IPV6_SRCIPv6 source address.- See Also:
-
IPV6_DST
static final int IPV6_DSTIPv6 destination address.- See Also:
-
IPV6_FLABEL
static final int IPV6_FLABELIPv6 Flow Label.- See Also:
-
ICMPV6_TYPE
static final int ICMPV6_TYPEICMPv6 type.- See Also:
-
ICMPV6_CODE
static final int ICMPV6_CODEICMPv6 code.- See Also:
-
IPV6_ND_TARGET
static final int IPV6_ND_TARGETTarget address for ND.- See Also:
-
IPV6_ND_SLL
static final int IPV6_ND_SLLSource link-layer for ND.- See Also:
-
IPV6_ND_TLL
static final int IPV6_ND_TLLTarget link-layer for ND.- See Also:
-
MPLS_LABEL
static final int MPLS_LABELMPLS label.- See Also:
-
MPLS_TC
static final int MPLS_TCMPLS TC.- See Also:
-
MPLS_BOS
static final int MPLS_BOSMPLS BoS bit.- See Also:
-
PBB_ISID
static final int PBB_ISIDPBB I-SID.- See Also:
-
TUNNEL_ID
static final int TUNNEL_IDLogical Port Metadata.- See Also:
-
IPV6_EXTHDR
static final int IPV6_EXTHDRIPv6 Extension Header pseudo-field.- See Also:
-
PACKET_TYPE
static final int PACKET_TYPEPacket Type.- See Also:
-
NXM_NX_TUN_IPV4_SRC
static final int NXM_NX_TUN_IPV4_SRCNXM IPv4 Tunnel Endpoint Source.- See Also:
-
NXM_NX_TUN_IPV4_DST
static final int NXM_NX_TUN_IPV4_DSTNXM IPv4 Tunnel Endpoint Destination.- See Also:
-
NXM_NX_TCP_FLAG
static final int NXM_NX_TCP_FLAGNXM TCP_Flag value.- See Also:
-