public interface OxmMatchConstants
Modifier and Type | Field and 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.
|
static final int NXM_0_CLASS
static final int NXM_1_CLASS
static final int OPENFLOW_BASIC_CLASS
static final int EXPERIMENTER_CLASS
static final int IN_PORT
static final int IN_PHY_PORT
static final int METADATA
static final int ETH_DST
static final int ETH_SRC
static final int ETH_TYPE
static final int VLAN_VID
static final int VLAN_PCP
static final int IP_DSCP
static final int IP_ECN
static final int IP_PROTO
static final int IPV4_SRC
static final int IPV4_DST
static final int TCP_SRC
static final int TCP_DST
static final int UDP_SRC
static final int UDP_DST
static final int SCTP_SRC
static final int SCTP_DST
static final int ICMPV4_TYPE
static final int ICMPV4_CODE
static final int ARP_OP
static final int ARP_SPA
static final int ARP_TPA
static final int ARP_SHA
static final int ARP_THA
static final int IPV6_SRC
static final int IPV6_DST
static final int IPV6_FLABEL
static final int ICMPV6_TYPE
static final int ICMPV6_CODE
static final int IPV6_ND_TARGET
static final int IPV6_ND_SLL
static final int IPV6_ND_TLL
static final int MPLS_LABEL
static final int MPLS_TC
static final int MPLS_BOS
static final int PBB_ISID
static final int TUNNEL_ID
static final int IPV6_EXTHDR
static final int PACKET_TYPE
static final int NXM_NX_TUN_IPV4_SRC
static final int NXM_NX_TUN_IPV4_DST
static final int NXM_NX_TCP_FLAG
Copyright © 2020 OpenDaylight. All rights reserved.