1. 6252ca3 Tagging 1.12.1-rc6 by ONOS Jenkins User · 6 years ago 1.12.1-rc6
  2. bd1472d Make sure that HostLocation's timestamp is updated by Daniel Ginsburg · 6 years ago
  3. 9ba9e82 Remove stale dependency to yms by Yuta HIGUCHI · 6 years ago
  4. db6e7b9 Detach yms from build by Yuta HIGUCHI · 6 years ago
  5. 12071de Fix event handling race condition ONOS-7673 by Ray Milkey · 6 years ago
  6. 893a1d7 Revert "Adding Multisct traffic drop for un-programmed trees" by Charles Chan · 6 years ago
  7. c44b977 Fixing NPE for absent blackhole config by Andrea Campanella · 6 years ago
  8. 4175bb2 Adding Multisct traffic drop for un-programmed trees by Andrea Campanella · 6 years ago
  9. 41da0a4 Updating Mcast json examples by Andrea Campanella · 6 years ago
  10. 16e5ed4 Avoid programming TMAC entries for BSOD vlans by Daniel Ginsburg · 6 years ago
  11. 92c325a This fixes an NPE turned up by STC testing [ONOS-7657] by Ray Milkey · 6 years ago
  12. 84ac4df Adding route blackhole by Andrea Campanella · 6 years ago
  13. 3445b48 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  14. 9c1d2a3 [CORD-2839] Handling multiple sources by Pier · 6 years ago
  15. a3b7aae Moving Source from connect point to HostId in MulticastHandling by Andrea Campanella · 6 years ago
  16. 6ee9811 T3: Adding a summary version of the mcast command by Andrea Campanella · 6 years ago
  17. 37e32b8 Fixing the access network null simulation and adjusting layout. by Thomas Vachuska · 6 years ago
  18. 58bcfb6 Fixing scale test manager and CLIs. by Thomas Vachuska · 6 years ago
  19. 52baf8b Adding auto-layout to the access-null simulation. by Thomas Vachuska · 6 years ago
  20. 27e3d61 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  21. f338236 Tagging 1.12.1-rc5 by ONOS Jenkins User · 6 years ago 1.12.1-rc5
  22. dbe8abe Send probes when host moves by Charles Chan · 6 years ago
  23. e67434c Host pointing to the pair port after its pair device is brought down and up by Charles Chan · 6 years ago
  24. 86d2df0 Adding topology overlay support for the server-side topo layout app. by Thomas Vachuska · 6 years ago
  25. 9062a7f Adding a component config to take down single homed host ports when all uplinks are lost. by Saurav Das · 6 years ago
  26. dd5c506 Adjusted auto-layout to better deal with large number of service hosts. by Thomas Vachuska · 6 years ago
  27. a064f9a Fixing auto-layout to properly classify disjoint/orphaned devices. by Thomas Vachuska · 6 years ago
  28. 6c8e5f8 Fixing access layout to better accommodate arbitrary number of service hosts. by Thomas Vachuska · 6 years ago
  29. ac8b480 Corrected the access layout to work even when there are no HAG spines. by Thomas Vachuska · 6 years ago
  30. ffa4761 Bug fixes for route-path programming by Saurav Das · 6 years ago
  31. 371ac5e CORD-2870: Bypass DHCP leasequery without learning routes. by Taras Lemkin · 6 years ago
  32. fa7e29c Handling mastership changes during route-path programming by Saurav Das · 6 years ago
  33. 1732046 Improve Mcast termination by Pier · 6 years ago
  34. 6be77d8 Minor improvements by Charles Chan · 6 years ago
  35. 15fcbba Fix for routingHandler NPE. by Andrea Campanella · 6 years ago
  36. 241d793 Fix more thread leaks by Charles Chan · 6 years ago
  37. bd39a4a Implement sr-should-program command by Charles Chan · 6 years ago
  38. bc11666 Performance improvement when handling host move events by Charles Chan · 6 years ago
  39. 4048b7f Fix a thread leak by Charles Chan · 6 years ago
  40. a729cae Adding server-side default topo layout and fixing GUI to allow remote zoom/pan. by Thomas Vachuska · 6 years ago
  41. 4bcc322 Fix npe when adding a null element in a collection by Pier · 6 years ago
  42. 097029f Correctly initialize routes with multiple next hops by Charles Chan · 6 years ago
  43. a2858a3 [CORD-2903] Improve SR/Multicast APIs by Pier · 6 years ago
  44. 901851e [CORD-2937] Improve work partition on Multicast by Pier · 6 years ago
  45. a17ad9e Optimize Multicast sinks processing by Pier · 6 years ago
  46. eeeab1f T3: tracing only through flows in ADDED state by Andrea Campanella · 6 years ago
  47. 7583e70 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  48. e84aa93 Tagging 1.12.1-rc4 by ONOS Jenkins User · 6 years ago 1.12.1-rc4
  49. 8d26500 Display resolved status in routes command by Charles Chan · 6 years ago
  50. e800860 Ignore more than two next hops by Charles Chan · 6 years ago
  51. f5ed7a6 T3: Bugfix on same leaf Multicast by Andrea Campanella · 6 years ago
  52. 15e3b1e Ensure host events are handled outside the event loop to avoid interrupts by Jordan Halterman · 6 years ago
  53. 8a4de91 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  54. d26fbf5 Tagging 1.12.1-rc3 by ONOS Jenkins User · 6 years ago 1.12.1-rc3
  55. 4806b29 Fix reference to 1.13 artifacts by Ray Milkey · 6 years ago
  56. 70f9112 Remove event handling delay by Charles Chan · 6 years ago
  57. 2c57bc8 Enhancing GroupChecker for faster processing of group updates by Saurav Das · 6 years ago
  58. 3179161 Fixes for CORD-2910, 2920, 2915 by Saurav Das · 6 years ago
  59. c682d5c CORD-2916 Reset RA handler when mastership changes by Charles Chan · 6 years ago
  60. d3130e8 T3: Adding a test all multicast routes command by Andrea Campanella · 6 years ago
  61. c5f155a Handle host, route and mcast events in separate executors by Charles Chan · 6 years ago
  62. 880275c Routing/bridging rules on the same leaf pair should always be programmed by the same ONOS instance by Charles Chan · 6 years ago
  63. 0d5106a Adding topology auto-layout. by Thomas Vachuska · 6 years ago
  64. 03cab54 Fixes for maven build by Ray Milkey · 6 years ago
  65. 18400a4 Use SRLinkWeigher in path computation. by Andreas Pantelopoulos · 6 years ago
  66. 29e5e11 Adding example Multicast Route Json files by Andrea Campanella · 6 years ago
  67. 0381389 Fixed sonar suggestion in l2handler by Andreas Pantelopoulos · 6 years ago
  68. c757652 [CORD-2834] Handling of dual-homed sinks by Pier · 6 years ago
  69. d880ee0 [CORD-2838][CORD-2833] Revisit McastHandler and handle shortest paths with pair links by Pier · 6 years ago
  70. f6e0ab7 Adding rest API for new Mcast app by Andrea Campanella · 6 years ago
  71. faa8c8f Fix Mcast store and Mcast CLI by Pier · 6 years ago
  72. beea3e3 Fix HOST event handling in MulticastRouteManager by Andrea Campanella · 6 years ago
  73. be4deaf [CORD-2882] Set route source to DHCP for DHCPv4 by Charles Chan · 6 years ago
  74. 0ffeace Remove duplicated getPairDevice implementation by Charles Chan · 6 years ago
  75. 5b46aa2 Improvements in route-path installation using bidirectional links. by Saurav Das · 6 years ago
  76. baede71 FPM routes removal when instance goes down or is removed by Andrea Campanella · 6 years ago
  77. ee260e0 Use apache commons Pair instead of javafx by Laszlo Papp · 6 years ago
  78. 6326272 [CORD-2906] dhcpv6 server ack pkt needs to set VID according to client vid by Kalhee Kim · 6 years ago
  79. 5e5faa1 [CORD-2882] set route source to DHCP for dhcpv6 instead of FPM by Kalhee Kim · 6 years ago
  80. acaf678 [CORD-2876] set route source from RIP with RIP instead of FPM by Kalhee Kim · 6 years ago
  81. c07125d Fix NPE thrown when searching multiple routes and IP is null by Andrea Campanella · 6 years ago
  82. 1a1a407 Duplicated flow obj requests are sent in occasion of ROUTE_REMOVED event by Charles Chan · 6 years ago
  83. 8c754a2 Moved validity checks inside l2TunnelHandler. by Andreas Pantelopoulos · 6 years ago
  84. bfea12f Better error handling in pseudowire implementation. by Andreas Pantelopoulos · 6 years ago
  85. cde7e47 Upgrade fasterXML libraries for OS-9 by Ray Milkey · 6 years ago
  86. 70b9f17 Better validity checks for paths chosen for pws. by Andreas Pantelopoulos · 6 years ago
  87. d3a4ac4 Protect DhcpServerConfig from IllegalArgumentException by Charles Chan · 6 years ago
  88. 3eaa6e5 Better error handling by Charles Chan · 6 years ago
  89. 95da649 T3 Fixes: by Andrea Campanella · 6 years ago
  90. 9efb986 Moving Multicast subsystem into app and refactoring APIs to support multihomed sources and sinks by Andrea Campanella · 6 years ago
  91. 4e9a7ce [CORD-2828] Multicast support for H-AGG by Pier · 6 years ago
  92. 11cfa56 Move all event handler to a different executor by Charles Chan · 6 years ago
  93. b7e8ceb Avoid ConcurrentModificationException by Charles Chan · 6 years ago
  94. fec00e5 Adding complete path to failed traces by Andrea Campanella · 6 years ago
  95. 38d2ff6 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  96. 2800d97 Tagging 1.12.1-rc2 by ONOS Jenkins User · 6 years ago 1.12.1-rc2
  97. 956391b Pseudowire enhancements : by Andreas Pantelopoulos · 6 years ago
  98. 18fb45f Sonar wants switch cases to end with a break statement by Ray Milkey · 6 years ago
  99. a181233 Implemented the following PW features and fixes: by Andreas Pantelopoulos · 6 years ago
  100. 445bbde Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init() by Charles Chan · 6 years ago