| Modifier and Type | Method and Description |
|---|---|
TunnelId |
createTunnel(NetworkId networkId,
ConnectPoint src,
ConnectPoint dst)
Deprecated.
in Loon Release (1.11)
|
void |
destroyTunnel(NetworkId networkId,
TunnelId tunnelId)
Deprecated.
in Loon Release (1.11)
|
boolean |
isTraversable(ConnectPoint src,
ConnectPoint dst)
Indicates whether or not the specified connect points on the underlying
network are traversable/reachable.
|
boolean isTraversable(ConnectPoint src, ConnectPoint dst)
src - source connection pointdst - destination connection point@Deprecated TunnelId createTunnel(NetworkId networkId, ConnectPoint src, ConnectPoint dst)
networkId - virtual network identifiersrc - source connection pointdst - destination connection point