| 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. 
 | 
| org.opendaylight.vtn.manager.internal.util.packet | |
| org.opendaylight.vtn.manager.internal.vnode | |
| org.opendaylight.vtn.manager.packet | |
| org.opendaylight.vtn.manager.util | 
 This package provides various utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Ip4Network | 
Inet4Packet.getDestinationAddress()
Return the destination IP address. 
 | 
Ip4Network | 
Inet4Packet.getSourceAddress()
Return the source IP address. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Class<Ip4Network> | 
VTNInet4Match.getIpNetworkType()
Return a class to represent an IP address. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Ethernet | 
ArpPacketBuilder.build(EtherAddress src,
     EtherAddress dst,
     Ip4Network target)
Create an Ethernet frame which contains an ARP message. 
 | 
ArpPacketBuilder | 
ArpPacketBuilder.setSenderProtocolAddress(Ip4Network ip4)
Set the sender protocol address. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Ip4Network | 
PacketContext.getSenderIp4Address()
Return the IPv4 address associated with the source MAC address. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Ip4Network | 
IPv4.getDestinationAddress()
Gets the destination IP address stored. 
 | 
protected Ip4Network | 
Packet.getIp4Network(String name)
Return the value of the specified field as an IPv4 address. 
 | 
Ip4Network | 
IPv4.getSourceAddress()
Gets the source IP address stored. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IPv4 | 
IPv4.setDestinationAddress(Ip4Network addr)
Stores the IP destination address from the header. 
 | 
IPv4 | 
IPv4.setSourceAddress(Ip4Network addr)
Stores the IP source address from the header. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Ip4Network | 
Ip4Network.create(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address ipv4)
Create a new  
Ip4Network instance from the given MD-SAL
 ipv4-address. | 
static Ip4Network | 
Ip4Network.toIp4Address(IpNetwork ipn)
Ensure that the given  
IpNetwork instance represents an
 IPv4 address. | 
Copyright © 2018 OpenDaylight. All rights reserved.