| 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 | 
|---|---|
VTNEtherMatch | 
EtherPacket.createMatch(Set<FlowMatchType> fields)
Construct match fields to test Ethernet header in this packet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VTNEtherMatch | 
VTNEtherMatch.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. 
 | 
VTNEtherMatch | 
VTNMatch.getEtherMatch()
Return the condition against Ethernet header. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VTNInetMatch | 
VTNInetMatch.create(VTNEtherMatch eth,
      VtnInetMatch ip)
Construct a new instance from the given pair of  
VTNEtherMatch
 and VtnInetMatch instances. | 
| Constructor and Description | 
|---|
VTNMatch(VTNEtherMatch ematch,
        VTNInetMatch imatch,
        VTNLayer4Match l4match)
Construct a new flow match. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.