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-01 01:42:19 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bedd6efb144225fe220f0b0dc63782f3742cb008
bedd6efb
1 parent
ca0bc8b1
javadoc warning fixes
Change-Id: I3d7b9b106b3c57e24128808677a57ff25f821ce5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/vtn/vtnmgr/src/main/java/org/onosproject/vtn/util/VtnConfig.java
apps/vtn/vtnmgr/src/main/java/org/onosproject/vtn/util/VtnConfig.java
View file @
bedd6ef
...
...
@@ -113,6 +113,7 @@ public final class VtnConfig {
* Gets ports in the controller device.
*
* @param handler DriverHandler
* @return set of port numbers
*/
public
static
Set
<
PortNumber
>
getPortNumbers
(
DriverHandler
handler
)
{
BridgeConfig
bridgeConfig
=
handler
.
behaviour
(
BridgeConfig
.
class
);
...
...
Please
register
or
login
to post a comment