alshabib

Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next

<body>
Administrative console command-line extensions for interacting with the
network model &amp; services.
</body>
......@@ -8,13 +8,11 @@ import org.onlab.onos.net.provider.Provider;
*/
public interface HostProvider extends Provider {
// TODO: consider how dirty the triggerProbe gets; if it costs too much, let's drop it
/**
* Triggers an asynchronous probe of the specified host, intended to
* determine whether the host is present or not. An indirect result of this
* should be invocation of {@link org.onlab.onos.net.host.HostProviderService#hostDetected(HostDescription)} or
* {@link org.onlab.onos.net.host.HostProviderService#hostVanished(HostDescription)}
* should be invocation of {@link org.onlab.onos.net.host.HostProviderService#hostDetected}
* or {@link org.onlab.onos.net.host.HostProviderService#hostVanished}
* at some later point in time.
*
* @param host host to probe
......
<body>
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
</body>