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
Bharat saraswal
2015-12-11 01:14:05 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1060161275d71ef7e211ec7d349d2ce7dbc71b20
10601612
1 parent
bcfc054f
javadoc fixed in classifierService
Change-Id: I515502a8398c0016e81f7053a8974f0b464ecb11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/vtn/vtnrsc/src/main/java/org/onosproject/vtnrsc/classifier/ClassifierService.java
apps/vtn/vtnrsc/src/main/java/org/onosproject/vtnrsc/classifier/ClassifierService.java
View file @
1060161
...
...
@@ -31,11 +31,15 @@ public interface ClassifierService {
/**
* Add Classifier device for sfc.
*
* @param deviceId device id
*/
void
addClassifier
(
DeviceId
deviceId
);
/**
* Remove Classifier device for sfc.
*
* @param deviceId deviceId
*/
void
removeClassifier
(
DeviceId
deviceId
);
}
...
...
Please
register
or
login
to post a comment