Interface OxmMatchConstants
-
public interface OxmMatchConstants
Stores oxm_match constants.- Author:
- michal.polkorab
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARP_OP
ARP opcode.static int
ARP_SHA
ARP source hardware address.static int
ARP_SPA
ARP source IPv4 address.static int
ARP_THA
ARP target hardware address.static int
ARP_TPA
ARP target IPv4 address.static int
ETH_DST
Ethernet destination address.static int
ETH_SRC
Ethernet source address.static int
ETH_TYPE
Ethernet frame type.static int
EXPERIMENTER_CLASS
Experimenter class.static int
ICMPV4_CODE
ICMP code.static int
ICMPV4_TYPE
ICMP type.static int
ICMPV6_CODE
ICMPv6 code.static int
ICMPV6_TYPE
ICMPv6 type.static int
IN_PHY_PORT
Switch physical input port.static int
IN_PORT
Switch input port.static int
IP_DSCP
IP DSCP (6 bits in ToS field).static int
IP_ECN
IP ECN (2 bits in ToS field).static int
IP_PROTO
IP protocol.static int
IPV4_DST
IPv4 destination address.static int
IPV4_SRC
IPv4 source address.static int
IPV6_DST
IPv6 destination address.static int
IPV6_EXTHDR
IPv6 Extension Header pseudo-field.static int
IPV6_FLABEL
IPv6 Flow Label.static int
IPV6_ND_SLL
Source link-layer for ND.static int
IPV6_ND_TARGET
Target address for ND.static int
IPV6_ND_TLL
Target link-layer for ND.static int
IPV6_SRC
IPv6 source address.static int
METADATA
Metadata passed between tables.static int
MPLS_BOS
MPLS BoS bit.static int
MPLS_LABEL
MPLS label.static int
MPLS_TC
MPLS TC.static int
NXM_0_CLASS
Backward compatibility with NXM.static int
NXM_1_CLASS
Backward compatibility with NXM.static int
NXM_NX_TCP_FLAG
NXM TCP_Flag value.static int
NXM_NX_TUN_IPV4_DST
NXM IPv4 Tunnel Endpoint Destination.static int
NXM_NX_TUN_IPV4_SRC
NXM IPv4 Tunnel Endpoint Source.static int
OPENFLOW_BASIC_CLASS
Basic class for OpenFlow.static int
PACKET_TYPE
Packet Type.static int
PBB_ISID
PBB I-SID.static int
SCTP_DST
SCTP destination port.static int
SCTP_SRC
SCTP source port.static int
TCP_DST
TCP destination port.static int
TCP_SRC
TCP source port.static int
TUNNEL_ID
Logical Port Metadata.static int
UDP_DST
UDP destination port.static int
UDP_SRC
UDP source port.static int
VLAN_PCP
VLAN priority.static int
VLAN_VID
VLAN 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
-
-