| Package | Description |
|---|---|
| org.onlab.packet.ndp |
Utilities for decoding and encoding packets of Neighbor Discovery Protocol
for IPv6 (RFC 4861).
|
| Modifier and Type | Method and Description |
|---|---|
Redirect |
Redirect.addOption(byte type,
byte[] data)
Adds a Neighbor Discovery Protocol packet option.
|
Redirect |
Redirect.setDestinationAddress(byte[] destinationAddress)
Sets destination address.
|
Redirect |
Redirect.setTargetAddress(byte[] targetAddress)
Sets target address.
|
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<Redirect> |
Redirect.deserializer()
Deserializer function for redirect packets.
|
Copyright © 2016. All rights reserved.