Interface OxmMatchConstants
public interface OxmMatchConstants
Stores oxm_match constants.
- Author:
- michal.polkorab
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intARP opcode.static final intARP source hardware address.static final intARP source IPv4 address.static final intARP target hardware address.static final intARP target IPv4 address.static final intEthernet destination address.static final intEthernet source address.static final intEthernet frame type.static final intExperimenter class.static final intICMP code.static final intICMP type.static final intICMPv6 code.static final intICMPv6 type.static final intSwitch physical input port.static final intSwitch input port.static final intIP DSCP (6 bits in ToS field).static final intIP ECN (2 bits in ToS field).static final intIP protocol.static final intIPv4 destination address.static final intIPv4 source address.static final intIPv6 destination address.static final intIPv6 Extension Header pseudo-field.static final intIPv6 Flow Label.static final intSource link-layer for ND.static final intTarget address for ND.static final intTarget link-layer for ND.static final intIPv6 source address.static final intMetadata passed between tables.static final intMPLS BoS bit.static final intMPLS label.static final intMPLS TC.static final intBackward compatibility with NXM.static final intBackward compatibility with NXM.static final intNXM TCP_Flag value.static final intNXM IPv4 Tunnel Endpoint Destination.static final intNXM IPv4 Tunnel Endpoint Source.static final intBasic class for OpenFlow.static final intPacket Type.static final intPBB I-SID.static final intSCTP destination port.static final intSCTP source port.static final intTCP destination port.static final intTCP source port.static final intLogical Port Metadata.static final intUDP destination port.static final intUDP source port.static final intVLAN priority.static final intVLAN 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:
-