| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.packet.cache | |
| org.opendaylight.vtn.manager.internal.util.flow.match |
This package contains utility classes for flow match handling.
|
| Modifier and Type | Method and Description |
|---|---|
VTNLayer4Match |
L4Packet.createMatch(Set<FlowMatchType> fields)
Construct match fields to test layer 4 protocol header in this packet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VTNIcmpMatch
VTNIcmpMatch describes the condition for ICMP header to match
against packets. |
class |
VTNLayer4PortMatch<H extends Layer4PortHeader>
VTNLayer4PortMatch describes the condition for IP port numbers
to match against packets. |
class |
VTNTcpMatch
VTNTcpMatch describes the condition for TCP header to match against
packets. |
class |
VTNUdpMatch
VTNUdpMatch describes the condition for UDP header to match against
packets. |
| Modifier and Type | Method and Description |
|---|---|
static VTNLayer4Match |
VTNLayer4Match.create(org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match match)
Create a new instance from the given MD-SAL flow match.
|
static VTNLayer4Match |
VTNLayer4Match.create(VtnLayer4Match vl4)
Create a new instance from the given
VtnLayer4Match instance. |
VTNLayer4Match |
VTNMatch.getLayer4Match()
Return the condition against layer 4 protocol header.
|
| Constructor and Description |
|---|
VTNMatch(VTNEtherMatch ematch,
VTNInetMatch imatch,
VTNLayer4Match l4match)
Construct a new flow match.
|
Copyright © 2018 OpenDaylight. All rights reserved.