@Beta public final class IpTunnelEndPoint extends Object implements TunnelEndPoint
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
org.onlab.packet.IpAddress |
ip()
Returns IP address.
|
static IpTunnelEndPoint |
ipTunnelPoint(org.onlab.packet.IpAddress ip)
Create a IP tunnel end point.
|
String |
toString() |
public static IpTunnelEndPoint ipTunnelPoint(org.onlab.packet.IpAddress ip)
ip - IP addresspublic org.onlab.packet.IpAddress ip()