| Package | Description | 
|---|---|
| org.opendaylight.vtn.manager.internal.util.flow.match | 
 This package contains utility classes for flow match handling. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VTNInet4Match
VTNInet4Match describes the condition for IPv4 header to match
 against packets. | 
| Modifier and Type | Method and Description | 
|---|---|
static VTNInetMatch | 
VTNInetMatch.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 VTNInetMatch | 
VTNInetMatch.create(VTNEtherMatch eth,
      VtnInetMatch ip)
Construct a new instance from the given pair of  
VTNEtherMatch
 and VtnInetMatch instances. | 
VTNInetMatch | 
VTNMatch.getInetMatch()
Return the condition against IP header. 
 | 
| Constructor and Description | 
|---|
VTNMatch(VTNEtherMatch ematch,
        VTNInetMatch imatch,
        VTNLayer4Match l4match)
Construct a new flow match. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.