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
Ray Milkey
2015-10-28 16:17:30 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f64cf414e66d6c7746ad06ed7291722c88dc67ac
f64cf414
1 parent
aab8c670
Javadoc fixes
Change-Id: I63c3f127bbe6fef94096c46a60b057d65b69a10e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
apps/virtualbng/src/main/java/org/onosproject/virtualbng/VbngConfiguration.java
core/api/src/main/java/org/onosproject/net/flowobjective/FilteringObjective.java
apps/virtualbng/src/main/java/org/onosproject/virtualbng/VbngConfiguration.java
View file @
f64cf41
...
...
@@ -61,6 +61,7 @@ public final class VbngConfiguration {
* public IP addresses
* @param xosIpAddress the XOS server IP address
* @param xosRestPort the port of the XOS server for REST
* @param hosts map of hosts
*/
@JsonCreator
public
VbngConfiguration
(
@JsonProperty
(
"localPublicIpPrefixes"
)
...
...
core/api/src/main/java/org/onosproject/net/flowobjective/FilteringObjective.java
View file @
f64cf41
...
...
@@ -130,6 +130,7 @@ public interface FilteringObjective extends Objective {
/**
* Set meta information about this filtering condition set.
*
* @param treatment traffic treatment to use
* @return a filtering builder
*/
Builder
setMeta
(
TrafficTreatment
treatment
);
...
...
Please
register
or
login
to post a comment