- 09 Dec, 2015 24 commits
-
-
… and some additional classes Change-Id: I1326759bf83a2e4f943ea52df8ebd7e9356c3a93
Madan Jampani authored -
Added renew case for IP assigned with rangeNotEnforced option. Addresses ONOS-3549 Change-Id: I6cb43f662332f0d461889d32659f1252ea436102
Hyunsun Moon authored -
- Populates flow rules to make suitable for SONA Pipeline Change-Id: I8e84cd74d843a64771d43db16a9f7c5b2323c965
daniel authored -
- "resources" command to print available resources on new resource service. - "allocations" command to dump current allocations - "test-allocate-resource" command to allocate a resource Change-Id: I89e531c71ef288b8c06dcd355a3a819d667c8225
HIGUCHI Yuta authored -
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 16 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
-