commit | c02437c29e1a5937eda43dbaf96105e4d0cb1901 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Tue Jun 09 10:05:13 2015 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Tue Jun 09 10:05:13 2015 -0700 |
tree | 3ca0bea849368e1c93397f04631468db186fd77c | |
parent | a0b50dd146b7714b9f071d59900d915d1ecea308 [diff] |
Bug fix for XOS integration Change-Id: I51213df3304e9ee820da2d3f77e92b30a1473954
diff --git a/apps/xos-integration/src/main/java/org/onosproject/xosintegration/OnosXOSIntegrationManager.java b/apps/xos-integration/src/main/java/org/onosproject/xosintegration/OnosXOSIntegrationManager.java index 8ff1186..48bfe77 100644 --- a/apps/xos-integration/src/main/java/org/onosproject/xosintegration/OnosXOSIntegrationManager.java +++ b/apps/xos-integration/src/main/java/org/onosproject/xosintegration/OnosXOSIntegrationManager.java
@@ -152,6 +152,7 @@ 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); }