Interface OxmMatchConstants
-
public interface OxmMatchConstantsStores oxm_match constants.- Author:
- michal.polkorab
-
-
Field Summary
Fields Modifier and Type Field Description static intARP_OPARP opcode.static intARP_SHAARP source hardware address.static intARP_SPAARP source IPv4 address.static intARP_THAARP target hardware address.static intARP_TPAARP target IPv4 address.static intETH_DSTEthernet destination address.static intETH_SRCEthernet source address.static intETH_TYPEEthernet frame type.static intEXPERIMENTER_CLASSExperimenter class.static intICMPV4_CODEICMP code.static intICMPV4_TYPEICMP type.static intICMPV6_CODEICMPv6 code.static intICMPV6_TYPEICMPv6 type.static intIN_PHY_PORTSwitch physical input port.static intIN_PORTSwitch input port.static intIP_DSCPIP DSCP (6 bits in ToS field).static intIP_ECNIP ECN (2 bits in ToS field).static intIP_PROTOIP protocol.static intIPV4_DSTIPv4 destination address.static intIPV4_SRCIPv4 source address.static intIPV6_DSTIPv6 destination address.static intIPV6_EXTHDRIPv6 Extension Header pseudo-field.static intIPV6_FLABELIPv6 Flow Label.static intIPV6_ND_SLLSource link-layer for ND.static intIPV6_ND_TARGETTarget address for ND.static intIPV6_ND_TLLTarget link-layer for ND.static intIPV6_SRCIPv6 source address.static intMETADATAMetadata passed between tables.static intMPLS_BOSMPLS BoS bit.static intMPLS_LABELMPLS label.static intMPLS_TCMPLS TC.static intNXM_0_CLASSBackward compatibility with NXM.static intNXM_1_CLASSBackward compatibility with NXM.static intNXM_NX_TCP_FLAGNXM TCP_Flag value.static intNXM_NX_TUN_IPV4_DSTNXM IPv4 Tunnel Endpoint Destination.static intNXM_NX_TUN_IPV4_SRCNXM IPv4 Tunnel Endpoint Source.static intOPENFLOW_BASIC_CLASSBasic class for OpenFlow.static intPACKET_TYPEPacket Type.static intPBB_ISIDPBB I-SID.static intSCTP_DSTSCTP destination port.static intSCTP_SRCSCTP source port.static intTCP_DSTTCP destination port.static intTCP_SRCTCP source port.static intTUNNEL_IDLogical Port Metadata.static intUDP_DSTUDP destination port.static intUDP_SRCUDP source port.static intVLAN_PCPVLAN priority.static intVLAN_VIDVLAN id.
-
-
-
Field Detail
-
NXM_0_CLASS
static final int NXM_0_CLASS
Backward compatibility with NXM.- See Also:
- Constant Field Values
-
NXM_1_CLASS
static final int NXM_1_CLASS
Backward compatibility with NXM.- See Also:
- Constant Field Values
-
OPENFLOW_BASIC_CLASS
static final int OPENFLOW_BASIC_CLASS
Basic class for OpenFlow.- See Also:
- Constant Field Values
-
EXPERIMENTER_CLASS
static final int EXPERIMENTER_CLASS
Experimenter class.- See Also:
- Constant Field Values
-
IN_PORT
static final int IN_PORT
Switch input port.- See Also:
- Constant Field Values
-
IN_PHY_PORT
static final int IN_PHY_PORT
Switch physical input port.- See Also:
- Constant Field Values
-
METADATA
static final int METADATA
Metadata passed between tables.- See Also:
- Constant Field Values
-
ETH_DST
static final int ETH_DST
Ethernet destination address.- See Also:
- Constant Field Values
-
ETH_SRC
static final int ETH_SRC
Ethernet source address.- See Also:
- Constant Field Values
-
ETH_TYPE
static final int ETH_TYPE
Ethernet frame type.- See Also:
- Constant Field Values
-
VLAN_VID
static final int VLAN_VID
VLAN id.- See Also:
- Constant Field Values
-
VLAN_PCP
static final int VLAN_PCP
VLAN priority.- See Also:
- Constant Field Values
-
IP_DSCP
static final int IP_DSCP
IP DSCP (6 bits in ToS field).- See Also:
- Constant Field Values
-
IP_ECN
static final int IP_ECN
IP ECN (2 bits in ToS field).- See Also:
- Constant Field Values
-
IP_PROTO
static final int IP_PROTO
IP protocol.- See Also:
- Constant Field Values
-
IPV4_SRC
static final int IPV4_SRC
IPv4 source address.- See Also:
- Constant Field Values
-
IPV4_DST
static final int IPV4_DST
IPv4 destination address.- See Also:
- Constant Field Values
-
TCP_SRC
static final int TCP_SRC
TCP source port.- See Also:
- Constant Field Values
-
TCP_DST
static final int TCP_DST
TCP destination port.- See Also:
- Constant Field Values
-
UDP_SRC
static final int UDP_SRC
UDP source port.- See Also:
- Constant Field Values
-
UDP_DST
static final int UDP_DST
UDP destination port.- See Also:
- Constant Field Values
-
SCTP_SRC
static final int SCTP_SRC
SCTP source port.- See Also:
- Constant Field Values
-
SCTP_DST
static final int SCTP_DST
SCTP destination port.- See Also:
- Constant Field Values
-
ICMPV4_TYPE
static final int ICMPV4_TYPE
ICMP type.- See Also:
- Constant Field Values
-
ICMPV4_CODE
static final int ICMPV4_CODE
ICMP code.- See Also:
- Constant Field Values
-
ARP_OP
static final int ARP_OP
ARP opcode.- See Also:
- Constant Field Values
-
ARP_SPA
static final int ARP_SPA
ARP source IPv4 address.- See Also:
- Constant Field Values
-
ARP_TPA
static final int ARP_TPA
ARP target IPv4 address.- See Also:
- Constant Field Values
-
ARP_SHA
static final int ARP_SHA
ARP source hardware address.- See Also:
- Constant Field Values
-
ARP_THA
static final int ARP_THA
ARP target hardware address.- See Also:
- Constant Field Values
-
IPV6_SRC
static final int IPV6_SRC
IPv6 source address.- See Also:
- Constant Field Values
-
IPV6_DST
static final int IPV6_DST
IPv6 destination address.- See Also:
- Constant Field Values
-
IPV6_FLABEL
static final int IPV6_FLABEL
IPv6 Flow Label.- See Also:
- Constant Field Values
-
ICMPV6_TYPE
static final int ICMPV6_TYPE
ICMPv6 type.- See Also:
- Constant Field Values
-
ICMPV6_CODE
static final int ICMPV6_CODE
ICMPv6 code.- See Also:
- Constant Field Values
-
IPV6_ND_TARGET
static final int IPV6_ND_TARGET
Target address for ND.- See Also:
- Constant Field Values
-
IPV6_ND_SLL
static final int IPV6_ND_SLL
Source link-layer for ND.- See Also:
- Constant Field Values
-
IPV6_ND_TLL
static final int IPV6_ND_TLL
Target link-layer for ND.- See Also:
- Constant Field Values
-
MPLS_LABEL
static final int MPLS_LABEL
MPLS label.- See Also:
- Constant Field Values
-
MPLS_TC
static final int MPLS_TC
MPLS TC.- See Also:
- Constant Field Values
-
MPLS_BOS
static final int MPLS_BOS
MPLS BoS bit.- See Also:
- Constant Field Values
-
PBB_ISID
static final int PBB_ISID
PBB I-SID.- See Also:
- Constant Field Values
-
TUNNEL_ID
static final int TUNNEL_ID
Logical Port Metadata.- See Also:
- Constant Field Values
-
IPV6_EXTHDR
static final int IPV6_EXTHDR
IPv6 Extension Header pseudo-field.- See Also:
- Constant Field Values
-
PACKET_TYPE
static final int PACKET_TYPE
Packet Type.- See Also:
- Constant Field Values
-
NXM_NX_TUN_IPV4_SRC
static final int NXM_NX_TUN_IPV4_SRC
NXM IPv4 Tunnel Endpoint Source.- See Also:
- Constant Field Values
-
NXM_NX_TUN_IPV4_DST
static final int NXM_NX_TUN_IPV4_DST
NXM IPv4 Tunnel Endpoint Destination.- See Also:
- Constant Field Values
-
NXM_NX_TCP_FLAG
static final int NXM_NX_TCP_FLAG
NXM TCP_Flag value.- See Also:
- Constant Field Values
-
-