1. bc038a8 Remove unused executor field by HIGUCHI Yuta · 9 years ago
  2. 05453c9 ONOS-2846, ONOS-2812 Reworking link discovery provider to be fully configurable and to prune links based on links rather than based on ports. by Thomas Vachuska · 9 years ago
  3. e796610 Modified host discovery to suppress discovery of self-assigned IP addresses. by Thomas Vachuska · 9 years ago
  4. 871262f Added a new topology and a tool to set controllers on all OVS bridges remotely. by Thomas Vachuska · 9 years ago
  5. 9b36d81 Javadoc fixes by Ray Milkey · 9 years ago
  6. d82a4e6 Remove redundant type cast by Sho SHIMIZU · 9 years ago
  7. 5a6e2e5 Write missing @return tag description by Sho SHIMIZU · 9 years ago
  8. 481b87b Fixing javadoc groups. by Thomas Vachuska · 9 years ago
  9. 006e486 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  10. d88db6f Use diamond operator by Sho SHIMIZU · 9 years ago
  11. 5bfd4e6 Simplify equals() implementation by Sho SHIMIZU · 9 years ago
  12. b89d491 Simplify statement by Sho SHIMIZU · 9 years ago
  13. c9d8d0a Avoid unnecessary instantiation by Sho SHIMIZU · 9 years ago
  14. 0044f57 Use equals() for comparison of String by Sho SHIMIZU · 9 years ago
  15. d275afd Fix type mismatch by HIGUCHI Yuta · 9 years ago
  16. a1da42e Renaming DHCP* to Dhcp* to follow ONOS conventions. by Thomas Vachuska · 9 years ago
  17. 54dc352 Modifying packaging to make the DHCP GUI work from WAR bundle-style packaging. by Thomas Vachuska · 9 years ago
  18. d6c965d Added shutdown hook to STC to print summary even when interrupted by user. by Thomas Vachuska · 9 years ago
  19. a862548 Add optional 'name' field in BGP speaker config by Jonathan Hart · 9 years ago
  20. ed4fdcd Remove redundant interface object from interface configuration by Jonathan Hart · 9 years ago
  21. 96f3ea7 ONOS-2812 Refactored the link code in search of a defect; the root cause was old OVS-based switch which is wrongly forwarding LLDP frames. by Thomas Vachuska · 9 years ago
  22. efa3ef9 ONOS-2750 Add feature to onos-app-vtn by CNlucius · 9 years ago
  23. a66c397 ONOS-2724 Fix bug of apply flowrule and remove flowrule by CNlucius · 9 years ago
  24. ac0879a ONOS-2843 Fix bug post NBI subnet get an error. by jiangrui · 9 years ago
  25. 84a25fc Fix ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD issue by HIGUCHI Yuta · 9 years ago
  26. d268a9a Inline a variable and write comment by Phanendra Manda · 9 years ago
  27. 3599d63 [ONOS-2808] Properly deserialzes NDP packets without options by Charles Chan · 9 years ago
  28. 43ee97f STC scenario for creating flows directly via the REST API by Ray Milkey · 9 years ago
  29. f346ea8 Simplify statement and write comment by Phanendra Manda · 9 years ago
  30. 726dc5b Adding set -e to onos-archetypes-test by Brian O'Connor · 9 years ago
  31. bd60cfd Updating onos-maven-plugin to 1.5 in ui archetype pom.xml by Brian O'Connor · 9 years ago
  32. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  33. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  34. 858a846 Bumping onos-yang-tool version to 1.3 by Brian O'Connor · 9 years ago
  35. 47c42a3 Updating version for new features by Brian O'Connor · 9 years ago
  36. 84e523c Updating onos-change-version for docs by Brian O'Connor · 9 years ago
  37. 1cda931 Adding groupId to root pom by Brian O'Connor · 9 years ago
  38. f5d9363 Adding set -e to build commands by Brian O'Connor · 9 years ago
  39. d0ab3c0 Misc device/optical config features: by Ayaka Koshibe · 9 years ago
  40. e090a42 Replace useless assertion with type check by instanceof by Sho SHIMIZU · 9 years ago
  41. e79b025 Changing copycat version to 0.5.0.onos by Brian O'Connor · 9 years ago
  42. 9bdb5ca Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  43. 5fe04e0 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  44. 179259e Remove unnecessary boxing by Sho SHIMIZU · 9 years ago
  45. af1dffc Use LF as line separator by Sho SHIMIZU · 9 years ago
  46. 9b8274c Use diamond operator by Sho SHIMIZU · 9 years ago
  47. 8b7b3b2 Use lambda expression for conciseness by Sho SHIMIZU · 9 years ago
  48. 1be4e6e Updating org.apache.felix.framework.security to release version 2.2.0.onos by Brian O'Connor · 9 years ago
  49. 8969cbe Removing DHCPMessageType as DHCPPacketType Class was already defined by samanwita pal · 9 years ago
  50. d57cdc4 Fix byte[] comparison using equals by HIGUCHI Yuta · 9 years ago
  51. 4a6a70a Remove unnecessary boxing by HIGUCHI Yuta · 9 years ago
  52. 0588e57 fixing dhcp serialization problem by alshabib · 9 years ago
  53. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago
  54. 1651e98 Add missing `executor.` by HIGUCHI Yuta · 9 years ago
  55. ef97932 Renamed dhcp app directory name. by Thomas Vachuska · 9 years ago
  56. be539db JSON for flows should return the app name, not the app ID by Ray Milkey · 9 years ago
  57. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  58. f28207b Moving DHCP to onos branch. REST API included, GUI to be added later. by samanwita pal · 9 years ago
  59. fe565f2 Ensuring javadoc for distributed state primitives shows up in external API docs by Madan Jampani · 9 years ago
  60. ec9c7dd ONOS-2800 Preventing learning of IP 0.0.0.0 by Thomas Vachuska · 9 years ago
  61. c61d2d1 Added getter needed for a usage in onos-app-samples by Aaron Kruglikov · 9 years ago
  62. 2fff70f [ONOS-2233] Implement of Tunnel monitoring, measurement and observation by chengfan · 9 years ago
  63. 1a00251 optical configs: by Ayaka Koshibe · 9 years ago
  64. c9eed38 opticalUtil: by Ayaka Koshibe · 9 years ago
  65. 7cdbcf7 Use the same coding style in toString() implementations by Sho SHIMIZU · 9 years ago
  66. a5356ec Rename from TLV to Tlv to make renaming consistent with others by Sho SHIMIZU · 9 years ago
  67. 2f0817c Adding missing switch and host to attmplsfast.py by Brian O'Connor · 9 years ago
  68. 2495b98 Make REST test run on multi node cell by Ray Milkey · 9 years ago
  69. 0ecdb32 Updating openflowj version to 0.9.0.onos by Brian O'Connor · 9 years ago
  70. 4ccc7d3 Reorganizing the stc specific tools. by Thomas Vachuska · 9 years ago
  71. 2cb7e80 Remove condition that is always true by Sho SHIMIZU · 9 years ago
  72. 28c91c8 Flip right hand side and left hand side of if-condition by Sho SHIMIZU · 9 years ago
  73. 8e1df3d adding missing class to serializer by alshabib · 9 years ago
  74. de09fa0 Flip right hand side and left hand side of if-condition by Sho SHIMIZU · 9 years ago
  75. 1da61a2 Serialize / deserialize functions for IGMP, IGMPv3 Membership by Rusty Eddy · 9 years ago
  76. 5e89587 Pcep tunnel provider added in features xml by Phanendra Manda · 9 years ago
  77. 4ff514c STC scenario for testing network related REST APIs by Ray Milkey · 9 years ago
  78. 92cd34f Replace redundant instanceof with non-null check by Sho SHIMIZU · 9 years ago
  79. e81e4db Use LF as line separator by Sho SHIMIZU · 9 years ago
  80. 598a02f Changes to the Pica8 pipeline to accomodate single-table operation. by Saurav Das · 9 years ago
  81. 8d07640 Set the location string correctly for intent POST operations by Ray Milkey · 9 years ago
  82. b4e5cbe Test cases renamed and fixed. by bharat saraswal · 9 years ago
  83. 5eab857 Resolving issue in parsing report message. by Mahesh Poojary S · 9 years ago
  84. ed540a3 Simplify lambda expressions by removing braces by Sho SHIMIZU · 9 years ago
  85. b017141 Use auto-boxing by Sho SHIMIZU · 9 years ago
  86. aab784e Use filter() to skip undesired instances by Sho SHIMIZU · 9 years ago
  87. 47eedec Apply more functional style by Sho SHIMIZU · 9 years ago
  88. d1fd469 Remove if statement checking the same condition at filter() by Sho SHIMIZU · 9 years ago
  89. 00c9cfa Use filter() to simplify statements in a lambda expression by Sho SHIMIZU · 9 years ago
  90. 7a4e995 Simplify expression by Sho SHIMIZU · 9 years ago
  91. 1178d5b ONOS-2789, ONOS-2797 -- GUI - added S.Korea and Australia map ID's. by Simon Hunt · 9 years ago
  92. 5d4396f ONOS-2796: Fix removeLink NPE when links are removed concurrently from multiple nodes by Madan Jampani · 9 years ago
  93. d9b7000 Making the vtn resource app distributed by alshabib · 9 years ago
  94. a51d366 ONOS-2781 Add docs vtnweb and vtnrsc package-info. by jiangrui · 9 years ago
  95. 7d2e48e Use LF as line separator by Sho SHIMIZU · 9 years ago
  96. 51fb9c2 Warnings in onos-build-docs corrected by Phanendra Manda · 9 years ago
  97. 1d0019c ONOS-2780 Correcting condition logic. by Thomas Vachuska · 9 years ago
  98. 14eaba8 Added ability to negate interpretation of the exit code. by Thomas Vachuska · 9 years ago
  99. e48b3cf Group AUDIT enhancements by Srikanth Vavilapalli · 9 years ago
  100. f97edc1 Javadoc fixes by Madan Jampani · 9 years ago