alshabib

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

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