- 09 Dec, 2015 14 commits
-
-
Added the sona pipeline information to onos-drivers xml file Added the driver information to network-config file Change-Id: I7a90100813b15f3dcb1b18c102a697b941450e6b
sanghoshin authored -
Removing as requested by Thomas Vachuska so to be consistent with rest of ONOS code. Note : ./tools/build/conf/src/main/resources/onos/pmd.xml deliberately excludes MethodArgumentCouldBeFinal from optimizations.xml Change-Id: Ib1468d5ac39876797b79bd1f6dabd779bfe337bd
kmcpeake authored -
Updating as advised at : https://gerrit.onosproject.org/#/c/6180/3/apps/faultmanagement/fmweb/src/main/java/org/onosproject/faultmanagement/web/AlarmsWebResource.java@53 Copying the approach used in equivalent app at vtn/vtnweb/src/main/java/org/onosproject/vtnweb/web/VtnCodecRegistrator.java Change-Id: Ifdcf5d69fe28070161e138217582126b135504a7
kmcpeake authored -
table, DNAT table and SNAT table. Change-Id: Idb7f7343e33ce01c2d7aa9935a6deef858a2546c
lishuai authored -
Reverged https://gerrit.onosproject.org/#/c/6585/ due to multiple same controllers are set. Change-Id: I2628fccc968adfec619a61b85b7932864a837a37
Hyunsun Moon authored -
- Adding jsr305 to remove annotation errors in findbugs/sonarqube - Moving argLine to properties from maven-surefire-plugin to fix sonarqube test coverage - Updating maven-jar-plugin to 2.6, so that we can add skipIfEmpty to avoid generating test jars for pom artifacts Change-Id: Iea9eff91dab42bfa2a41012908dd563632819741
Brian O'Connor authored
- 08 Dec, 2015 26 commits
-
-
These resulted in 4MB jars that contained lots of unnecessary dependencies. Change-Id: I392c808e6ef84b6c6d9cf8798d8fd683d1e68083
Brian O'Connor authored -
- to suppress "[WARNING] Using platform encoding ..." warnings. Change-Id: I817e3c404cb7c19b4854f442a59267deb67212a6
HIGUCHI Yuta authored -
for security of app's REST APIs and for consistency of exception mappers and JSON writer. Change-Id: Id318372bf62f82ed974355c05e7fe64e0fbfc0c5
Thomas Vachuska authored -
For OF-DPA - Set VLAN in L3 unicast and MPLS group (required by spec) - L3 unicast and MPLS tables do not support immediate action. Defer all of them. For CpqD OF-DPA - L3 unicast and MPLS tables do not support immediate action. Defer all of them. Change-Id: I4140051d64bc5d01258b7fee2aa1faa7c8963370
Charles Chan authored -
By checking to see if the host needs to be updated, we can avoid invalidating the local cache in many cases. This also helps to alleviate slow pingall times with fwd enabled. Change-Id: I7d58a488cd91878e6028ddfaae407e849fc10211
Brian O'Connor authored -
- Populates flow rules when the app is initialized for existing VMs - Add the IP mappings for the existing VMs to DHCP service. Change-Id: Ie73c2532c83b0c0df21261616d7af81744c0aa32
sanghoshin authored -
- ResourceDeviceListener should also react to availability events. - Should check if device supports the behavior before retrieving Behaviour class - ResourceManager should unregister when requested - opticalUtils was specifying wrong driver name. Should've been "linc-oe" Change-Id: I9364b6307cb537b04b57ac00f2451c13e3379471
HIGUCHI Yuta authored -
…intercepts when a node is shutdown Change-Id: If6ae0be8f53a4a158af37e6cc4938309a5e9991b
Madan Jampani authored
-