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
Jonathan Hart
2015-06-09 10:05:13 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c02437c29e1a5937eda43dbaf96105e4d0cb1901
c02437c2
1 parent
a0b50dd1
Bug fix for XOS integration
Change-Id: I51213df3304e9ee820da2d3f77e92b30a1473954
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/xos-integration/src/main/java/org/onosproject/xosintegration/OnosXOSIntegrationManager.java
apps/xos-integration/src/main/java/org/onosproject/xosintegration/OnosXOSIntegrationManager.java
View file @
c02437c
...
...
@@ -152,6 +152,7 @@ public class OnosXOSIntegrationManager implements VoltTenantService {
nodeToPort
.
put
(
"cordcompute02.onlab.us"
,
new
ConnectPoint
(
FABRIC_DEVICE_ID
,
PortNumber
.
portNumber
(
3
)));
portToVlan
=
Maps
.
newHashMap
();
portToVlan
.
putIfAbsent
(
2L
,
(
short
)
201
);
portToVlan
.
putIfAbsent
(
6L
,
(
short
)
401
);
}
...
...
Please
register
or
login
to post a comment