Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
alshabib
2014-09-09 14:50:57 -0700
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8faf163833187079cf887ad7e5d9cb52f4ce1480
8faf1638
2 parents
a159a32c
b196cf47
Merge branch 'master' of
ssh://gerrit.onlab.us:29418/onos-next
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
cli/src/main/javadoc/org/onlab/onos/cli/net/package.html
core/api/src/main/java/org/onlab/onos/net/host/HostProvider.java
utils/misc/src/main/javadoc/org/onlab/packet/package.html
cli/src/main/javadoc/org/onlab/onos/cli/net/package.html
0 → 100644
View file @
8faf163
<body>
Administrative console command-line extensions for interacting with the
network model
&
services.
</body>
core/api/src/main/java/org/onlab/onos/net/host/HostProvider.java
View file @
8faf163
...
...
@@ -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
...
...
utils/misc/src/main/javadoc/org/onlab/packet/package.html
0 → 100644
View file @
8faf163
<body>
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
</body>
Please
register
or
login
to post a comment