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
Thomas Vachuska
2014-10-22 09:08:43 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
436c0767018606c37a96d52d31326b62f3c751f9
436c0767
1 parent
e0d90df6
Fixed javadocs.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
core/api/src/main/java/org/onlab/onos/net/intent/LinkCollectionIntent.java
core/api/src/main/java/org/onlab/onos/net/intent/LinkCollectionIntent.java
View file @
436c076
...
...
@@ -20,8 +20,8 @@ public final class LinkCollectionIntent extends ConnectivityIntent {
private
final
ConnectPoint
egressPoint
;
/**
* Creates a new
point-to-point intent with the supplied ingress/egress
*
ports and using the specified explicit path
.
* Creates a new
actionable intent capable of funneling the selected
*
traffic along the specified convergent tree and out the given egress point
.
*
* @param appId application identifier
* @param selector traffic match
...
...
Please
register
or
login
to post a comment