public final class RouteAttributeDst extends RouteAttribute
ROUTE_ATTRIBUTE_HEADER_LENGTH, RTA_DST, RTA_GATEWAY, RTA_OIF, RTA_PRIORITY| Modifier and Type | Method and Description |
|---|---|
static RouteAttributeDecoder<RouteAttributeDst> |
decoder()
Returns a decoder for a destination address route attribute.
|
org.onlab.packet.IpAddress |
dstAddress()
Returns the destination IP address.
|
String |
toString() |
decode, length, typepublic org.onlab.packet.IpAddress dstAddress()
public String toString()
toString in class RouteAttributepublic static RouteAttributeDecoder<RouteAttributeDst> decoder()