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
Sho SHIMIZU
2014-12-02 18:15:06 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dfb9b366353724f9aa1b95d76a10583a66fe25d3
dfb9b366
1 parent
f5c3a2e2
Use non-abbreviated forms in javadoc
Change-Id: I388f02dca0e782c856fe7c1825fea9019bc6e984
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
core/api/src/main/java/org/onlab/onos/net/flow/criteria/Criteria.java
core/api/src/main/java/org/onlab/onos/net/flow/criteria/Criteria.java
View file @
dfb9b36
...
...
@@ -109,9 +109,9 @@ public final class Criteria {
}
/**
* Creates a match on IP s
rc
field using the specified value.
* Creates a match on IP s
ource
field using the specified value.
*
* @param ip ip s
rc
value
* @param ip ip s
ource
value
* @return match criterion
*/
public
static
Criterion
matchIPSrc
(
IpPrefix
ip
)
{
...
...
@@ -119,9 +119,9 @@ public final class Criteria {
}
/**
* Creates a match on IP d
st
field using the specified value.
* Creates a match on IP d
estination
field using the specified value.
*
* @param ip ip s
rc
value
* @param ip ip s
ource
value
* @return match criterion
*/
public
static
Criterion
matchIPDst
(
IpPrefix
ip
)
{
...
...
Please
register
or
login
to post a comment