1. b789b8c Fixes for maven build by Ray Milkey · 6 years ago
  2. 0d93386 Adding topology auto-layout. by Thomas Vachuska · 6 years ago
  3. dea0fdb Refactor with adding unit test for OpenstackNetworkingUtil by Jian Li · 6 years ago
  4. 2694976 Refactor: move RulePopulatorUtil into util package, w/ minor fixes by Jian Li · 6 years ago
  5. 8e7e6cd Add unit test for OpenstackSwitchingArpHandler by Jian Li · 6 years ago
  6. 3e70d8a Add unit test for OpenstackSwitchingDhcpHandler by Jian Li · 6 years ago
  7. 0616c56 Use SRLinkWeigher in path computation. by Andreas Pantelopoulos · 6 years ago
  8. 663b14c Adding example Multicast Route Json files by Andrea Campanella · 6 years ago
  9. 2016288 Fix missing "s" in the master pom file by Pier · 6 years ago
  10. 48f4cb7 ODTN manual testing tool for OpenConfig configuration by Yuta HIGUCHI · 6 years ago
  11. b0328e4 [CORD-2834] Handling of dual-homed sinks by Pier · 6 years ago
  12. 3ee2455 [CORD-2838][CORD-2833] Revisit McastHandler and handle shortest paths with pair links by Pier · 6 years ago
  13. 644a8a6 Adding rest API for new Mcast app by Andrea Campanella · 6 years ago
  14. 139babb Fix Mcast store and Mcast CLI by Pier · 6 years ago
  15. 15506e8 Fix gateway ip address in OpenstackSwitchingDhcpHandler by daniel park · 6 years ago
  16. ba6c575 Remove duplicated getPairDevice implementation by Charles Chan · 6 years ago
  17. 604ab3a Improvements in route-path installation using bidirectional links. by Saurav Das · 6 years ago
  18. daf02c8 Fixed sonar suggestion in l2handler by Andreas Pantelopoulos · 6 years ago
  19. 7c8bcdf Fix HOST event handling in MulticastRouteManager by Andrea Campanella · 6 years ago
  20. 6305b69 [CORD-2882] Set route source to DHCP for DHCPv4 by Charles Chan · 6 years ago
  21. 4310f6e FPM routes removal when instance goes down or is removed by Andrea Campanella · 6 years ago
  22. 44fbda1 [CORD-2906] dhcpv6 server ack pkt needs to set VID according to client vid by Kalhee Kim · 6 years ago
  23. 54a97c9 [CORD-2882] set route source to DHCP for dhcpv6 instead of FPM by Kalhee Kim · 6 years ago
  24. b908212 [CORD-2876] set route source from RIP with RIP instead of FPM by Kalhee Kim · 6 years ago
  25. c5e85bb Use apache commons Pair instead of javafx by Laszlo Papp · 6 years ago
  26. f433f95 Duplicated flow obj requests are sent in occasion of ROUTE_REMOVED event by Charles Chan · 6 years ago
  27. 4d5c5c3 Refactor: simplify setoutput port to controller using punt method by Jian Li · 6 years ago
  28. e93f661 Fix NPE thrown when searching multiple routes and IP is null by Andrea Campanella · 6 years ago
  29. 935d59d Moved validity checks inside l2TunnelHandler. by Andreas Pantelopoulos · 6 years ago
  30. ffe6974 Better error handling in pseudowire implementation. by Andreas Pantelopoulos · 6 years ago
  31. 6692fdd Better validity checks for paths chosen for pws. by Andreas Pantelopoulos · 6 years ago
  32. a10137c Fixing residual ON.Lab references. by Thomas Vachuska · 6 years ago
  33. 86ee5e8 Upgrade fasterXML libraries for OS-9 by Ray Milkey · 6 years ago
  34. 65e1c20 Fix OpenstackRoutingFloatingIpHandler to retrieve external peer router. by daniel park · 6 years ago
  35. e5e0c9a Better error handling by Charles Chan · 6 years ago
  36. 29d9598 Protect DhcpServerConfig from IllegalArgumentException by Charles Chan · 6 years ago
  37. 1a1ba65 Log info about loaded configuration by Yuta HIGUCHI · 6 years ago
  38. 7ddea78 Fix: resolve NPE when inject non-existing compute node through SONA by Jian Li · 6 years ago
  39. c2bf02a Fix typo in log message by Yuta HIGUCHI · 6 years ago
  40. 55cb999 Export the faultmanagement rest api properly by Laszlo Papp · 6 years ago
  41. edc8b76 Refactor: replace OSNetworkService with OSNetworkAdminService by Jian Li · 6 years ago
  42. 796c2eb Support flat network type by daniel park · 6 years ago
  43. 7329609 Support key/value sizes and counts in primitive performance app. by Jordan Halterman · 6 years ago
  44. e631216 [ONOS-7553] Support injecting physical interfaces to openstack node by Jian Li · 6 years ago
  45. 15278a1 T3 Fixes: by Andrea Campanella · 6 years ago
  46. d6ab100 Fix cherry-pick bugs by Yuta HIGUCHI · 6 years ago
  47. 545edb4 Moving Multicast subsystem into app and refactoring APIs to support multihomed sources and sinks by Andrea Campanella · 6 years ago
  48. 37db369 [CORD-2828] Multicast support for H-AGG by Pier · 6 years ago
  49. 7a888e8 Move all event handler to a different executor by Charles Chan · 6 years ago
  50. 9c44ec7 Avoid ConcurrentModificationException by Charles Chan · 6 years ago
  51. 348bba7 TAPI 2.0.2-SNAPSHOT by Yuta HIGUCHI · 6 years ago
  52. d1cc1a3 Adding complete path to failed traces by Andrea Campanella · 6 years ago
  53. 6205f69 Fixing scale test manager and CLIs. by Thomas Vachuska · 6 years ago
  54. 32b4220 [ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore by daniel park · 6 years ago
  55. fa61549 Adding auto-layout to the access-null simulation. by Thomas Vachuska · 6 years ago
  56. 811bbae Pseudowire enhancements : by Andreas Pantelopoulos · 6 years ago
  57. b39777c Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init() by Charles Chan · 6 years ago
  58. c8e6a50 T3: Adding summary to pingall, false if any of the path in the trace fails and minor fixes by Andrea Campanella · 6 years ago
  59. b994f8d Sonar wants switch cases to end with a break statement by Ray Milkey · 6 years ago
  60. ff691b7 Implemented the following PW features and fixes: by Andreas Pantelopoulos · 6 years ago
  61. e5bff48 [CORD-2811] Fix VLAN cases in Mcast by Pier · 6 years ago
  62. d0839d6 Refactor: remove redundant deps and include api in app oar bundle by Jian Li · 6 years ago
  63. 8769d5b Support both keystone v2.0 and v3 authentication by Jian Li · 6 years ago
  64. 6fb95fc T3: bugfixes and avoid override of finalize by Andrea Campanella · 6 years ago
  65. 220f19b T3: Fixing concurrent modification exception by Andrea Campanella · 6 years ago
  66. 40bccdb Adding RouteService bulk add/remove Rest API by Andrea Campanella · 6 years ago
  67. ece1177 T3: HAG scenario fixes by Andrea Campanella · 6 years ago
  68. 576969a [ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore by daniel park · 6 years ago
  69. cc2424a T3: Ping to same host behind two routers by Andrea Campanella · 6 years ago
  70. a0ef13b Urgent patch to support OpenStack keystone API 3.0 by sangho · 6 years ago
  71. e5e3c12 T3: adding padding to flows and group print by Andrea Campanella · 6 years ago
  72. 320f7f6 T3 fixing sonar problems by Andrea Campanella · 6 years ago
  73. c5cd662 Fix: resolve REST Unit test failure caused by incorrect jersey deps by Jian Li · 6 years ago
  74. 70fdd49 Avoid ConcurrentModificationException by using SynchronizedMultimap by Charles Chan · 6 years ago
  75. 7b84c07 T3: bugfixes and improvment on the Bridged check in case of untagged traffick comin in on tagged interfaces by Andrea Campanella · 6 years ago
  76. 41de806 Adding a very simple output for pingall by Andrea Campanella · 6 years ago
  77. 6a51cb9 Remove calls to deprecated Throwables.propagate() method by Ray Milkey · 6 years ago
  78. c9e9224 CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface by Charles Chan · 6 years ago
  79. 390efe9 ONOS-7451 ODTN TAPI connectivity service. by Ramon Casellas · 6 years ago
  80. df54373 Fix type on equals() call by Ray Milkey · 6 years ago
  81. e0d4c87 Bugfix for stale state not being cleared up when switch goes down. by Saurav Das · 6 years ago
  82. 45b69ab QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  83. b87b8ab [CORD-2798] Fix defects in Mcast by Pier Luigi · 6 years ago
  84. 05514fd [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  85. 909cff8 Avoid ConcurrentModificationException by using CopyOnWriteArrayList by Charles Chan · 6 years ago
  86. 2153659 Refactor: make query methods visible in OpenStackSecurityGroupAdminService by Jian Li · 6 years ago
  87. 1c5467b Sonar suggestion - possible NPEs by Ray Milkey · 6 years ago
  88. 719e510 Add openstack end point auto-completion feature for openstack-sync-state cmd. by daniel park · 6 years ago
  89. da7c6cb Refactor: make query methods visible in OpenStackRouterAdminService by Jian Li · 6 years ago
  90. ea1b966 Refactor: add javadoc, restrict visibility, etc for sona switching by Jian Li · 6 years ago
  91. 9d676fb Refactor: remove duplication, simplify SONA switching host provider by Jian Li · 6 years ago
  92. 2ea68ff Address Sonar warning by Charles Chan · 6 years ago
  93. 27cff8c Remove deprecated unfiltered connect point methods from multipoint to single point intents by Ray Milkey · 6 years ago
  94. 5a15fe6 Refactor: make query methods visible in OpenStackNetworkAdminService by Jian Li · 6 years ago
  95. 78885a2 Refactor: perform further code simplification using asJavaMap by Jian Li · 6 years ago
  96. fb00549 Make DHCP data MTU be configurable in openstacknetworking by Jian Li · 6 years ago
  97. a8e7477 Adding command to add routes and to generate flows from them. by Thomas Vachuska · 6 years ago
  98. 53e4796 Deprecate potentially error prone constructor methods by Yuta HIGUCHI · 6 years ago
  99. 2de5530 Fix potential NPE and logical error by Charles Chan · 6 years ago
  100. 50d900c Minor OFDPA refactoring according to IntelliJ code analysis by Charles Chan · 6 years ago