Tagging 1.15.0-rc2
  1. 81c72be Removed BUCK files and Buck related support scripts and other collateral. by Thomas Vachuska · 5 years ago
  2. 57fc4b5 Fix: do not install default rules in gateway node by Jian Li · 5 years ago
  3. a36e066 Fix: enforce packet to go through ingress pipeline inside a node by Jian Li · 5 years ago
  4. 204645e Fix to install flow rule for floating IP-assigned VM in VLAN case. by Daniel Park · 5 years ago
  5. 89559a3 Changed the debug level to reduce the debug messages by Mayank Tiwari · 5 years ago
  6. 56575d7 Minor code fixes on sriov-related classes. by Daniel Park · 5 years ago
  7. ba5ddb5 Fix: resolve ARP resolution issue in ARP broadcast mode for VLAN by Jian Li · 6 years ago
  8. 453274d Fix: do not query dist store inside main thread for openstacknode by Jian Li · 6 years ago
  9. 7650097 Fixes ARP-related flow rules in VLAN case. by Daniel Park · 6 years ago
  10. 38d1eac Add prometheus multi-labels for a metric name and refactor GUI. by boyoung2 · 6 years ago
  11. 148ceda Fix: enforce to synchronize all flow rules in case sync failures by Jian Li · 6 years ago
  12. 2f53d56 Prevent NPE if an event comes in during start up by Ray Milkey · 6 years ago
  13. f673837 Re-adding local-id to each end-point in tapi connectivity service creation example by Andrea Campanella · 6 years ago
  14. 30ebc22 Fix: do not query the distributed store inside main thread by Jian Li · 6 years ago
  15. 385834e Fix: retry purging the flow rules due to various failures by Jian Li · 6 years ago
  16. 0fe961b Fix to get external ip address from external gateway information by Daniel Park · 6 years ago
  17. 2a1bf81 [ONOS-7731] Add test code implementation of openstack vtap app by Jimo Jung · 6 years ago
  18. 815ee19 Fix: resolve an issue of installing rules before purging them by Jian Li · 6 years ago
  19. c6569e9 Fix not supporting charset=utf8 in accept header value in the Rocky version by sanghoshin · 6 years ago
  20. 4fd94e0d Fix: improves code smell in OpenstackRoutingIcmpHandler by Daniel Park · 6 years ago
  21. 34135d2 Fix: initialize the compute node before initialize the gateway node by Jian Li · 6 years ago
  22. c02358a kafka-integration app has been fixed and built using bazel by adibrastegarnia · 6 years ago
  23. 072e791 REST API Support for DHCP Relay by anjalikk · 6 years ago
  24. 32b0362 Refactor: install rules in a separated thread to avoid thread blocking by Jian Li · 6 years ago
  25. 51f9d1e Fixes to add vni selector in setRulesToGatewayWithDstIp method. by Daniel Park · 6 years ago
  26. cab4176 Fix: resolve thread blocking issue caused by querying dist store by Jian Li · 6 years ago
  27. 6a2d95e Fix to add icmp reply flow rule in default. by Daniel Park · 6 years ago
  28. b0299d2 [ODTN]add NETCONF driver for Infinera and OPENCONFIG handler by Ai Hamano · 6 years ago
  29. 7d27516 Upgrade to Angular 7 for GUI2 by Sean Condon · 6 years ago
  30. a70fdb60 Fix: resolve an issue of adding incorrect SG rules for remote port by Jian Li · 6 years ago
  31. 28ec77f Fix: start commit the conntrack only if the flow in the whitelist by Jian Li · 6 years ago
  32. b696950 Fix: resolve a NPE occurs when getArpMode() returns null value by Jian Li · 6 years ago
  33. 801c6b0 [ODTN]Update create-connectivity.json by Ai Hamano · 6 years ago
  34. 7828d01 route-remove cli command with source type addition by snehaprem · 6 years ago
  35. a61b0a8 Symmetric host probing by Mayank Tiwari · 6 years ago
  36. 577b194 Fix dhcprelay dependency by Charles Chan · 6 years ago
  37. 9171c00 Parallelize probing the E-W and N-S VMs reachability by Jian Li · 6 years ago
  38. da0b485 Add unit test for simple fabric default classes by Jian Li · 6 years ago
  39. e2d8751 Refactor: extract interfaces for a set of simple fabric classes by Jian Li · 6 years ago
  40. 8df54a9 Refactor: extract static values to Constants class, split packages by Jian Li · 6 years ago
  41. c7efc1d Refactor: split api from SONA simple fabric by Jian Li · 6 years ago
  42. d8fd786 Update TAPI YANG files to v2.1(v20181016) by hiroki · 6 years ago
  43. dc5fb02 Change the service dependency to mandatory by Charles Chan · 6 years ago
  44. 6b02443 Add DocumentTree test command for distributed primitive tests by Jordan Halterman · 6 years ago
  45. 3014983 Source IP to be set to Relay Agent IP in DHCP packet from client by Mayank Tiwari · 6 years ago
  46. b710909 REST API support for DHCP Relay by psneha · 6 years ago
  47. 2b9838c Fix: only allow to install security group rules from master node by Jian Li · 6 years ago
  48. 7632e15 [ONOS-7596] Support reading table entries with counter data in P4Runtime by steven30801 · 6 years ago
  49. a25251c [ONOS-7731] Removed redundant functions in GUI of openstackVtapApp by seunghyeon lee · 6 years ago
  50. 9e28777 Fix: remove stale compute node to gateway rules for migration case by Jian Li · 6 years ago
  51. 5c09e21 Fix: enforce to match VNI for ARP request in broadcast mode by Jian Li · 6 years ago
  52. 489645c Fixes a bridge and ovsdb connection is removed in case openstack node is removed. by Daniel Park · 6 years ago
  53. d34aaf2 If dataNodeList if null or empty, the following code dataNodeList.get(0) will get an error. by 柯志勇10068695 · 6 years ago
  54. 4c615ac Fix: resolve the openstacktelemetry activation issue caused by deps by Jian Li · 6 years ago
  55. 4fa1f5e Send GARP packet in case floating ip is associated and gateway node is updated. by Daniel Park · 6 years ago
  56. 14e87bf [ONOS-7731] Update api interface & implementation of openstack vtap app by Jimo Jung · 6 years ago
  57. b8cdcc1 Fix: remove stale security group rules when VM migration finished by Jian Li · 6 years ago
  58. 56508dd The output of toDocument() may be null and should be checked before using. by wu · 6 years ago
  59. 6f7ba6c If dataNodeList if null or empty, the following code dataNodeList.get(0) will get an error. by 柯志勇10068695 · 6 years ago
  60. ac30e27 Fix: enforce to remove security group rules by Jian Li · 6 years ago
  61. f6727bf The nep.getSipId() should be checked if it is null. by wu · 6 years ago
  62. dc897a6 If path is empty but not null, The following code may be error. by 柯志勇10068695 · 6 years ago
  63. 03ae0ac Bump version of P4Runtime to 1.0.0rc3 and P4 tools by Carmelo Cascone · 6 years ago
  64. 7ce775a Fix: resolve a NPE caused by non-exist gateway at openstack subnet by Jian Li · 6 years ago
  65. 31e16f5 Secure LLDP-based Topology Detection by Samuel Jero · 6 years ago
  66. e8b28db Fix: enforce security group rules to match tunnel ID by Jian Li · 6 years ago
  67. 2360acb Fix: differentiate gateway ARP rule and floating ARP rule by Jian Li · 6 years ago
  68. 67c6b81 Allow to remove instance ports in pending removal state by Jian Li · 6 years ago
  69. 5527691 Improve the unit test coverage for openstacknode API by Jian Li · 6 years ago
  70. 809b3ed Fix: configure SNAT to gateway rules on receiving router port events by Jian Li · 6 years ago
  71. 9d35bd6 Fix: remove security group rules when receiving SG remove event by Jian Li · 6 years ago
  72. 8e365bd Fix: allow to specify duplicated gateways for different subnets by Jian Li · 6 years ago
  73. 581f21a Fix: remove ARP routing rules when receiving port removal event by Jian Li · 6 years ago
  74. 2a2d26c Refactor: move default model implementation from app to api by Jian Li · 6 years ago
  75. a09f3c3 Add a CLI to print out openstack keystone and neutron config info by Jian Li · 6 years ago
  76. 7f7c43b Add prometheus telemetry manager unit test by Jian Li · 6 years ago
  77. fa42158 Refactored INT service impl to support multi-instance ONOS and fabric.p4 by Carmelo Cascone · 6 years ago
  78. a5ae2ad Fix: resolve NPE with empty configMap setup for openstacktelemetry by Jian Li · 6 years ago
  79. 655b9a8 Prevent XConnect loop by jayakumarthazhath · 6 years ago
  80. 6a7b524 [ONOS-7732] Automating switch workflow: api, app, and sample workflows by jaegonkim · 6 years ago
  81. 6fa516e Avoid throwing NPE when SID or Loopback is not configured by Charles Chan · 6 years ago
  82. 5f5ceb6 Normalize route objects stored in RouteTable ConsistentMultimap to avoid inconsistent serialization for different IpPrefix/IpAddress types by Jordan Halterman · 6 years ago
  83. 1c5f5f4 Add a prometheus exporter by boyoung2 · 6 years ago
  84. 87b7850 FM GUI as an NPM library for GUI 2 by Sean Condon · 6 years ago
  85. 227d88a Support openstack subnet list command in OpenstackNetworking app by Daniel Park · 6 years ago
  86. 6bc29d9 Fix: resolve a contention problem of querying floatig IP by fixed IP by Jian Li · 6 years ago
  87. ed5f05d Get the matching vlan entry from DHCP record if more then one entry is present by jayakumarthazhath · 6 years ago
  88. 5aef982 Supports downlink trace functionality in OpenstackNetworkingUI by Daniel Park · 6 years ago
  89. 9c2db2b fix typo by Sangyeok Sim · 6 years ago
  90. e458f00 Support hostname resolution for cluster configuration by Jordan Halterman · 6 years ago
  91. cc00124 Remove some calls to the deprecated Path.cost() API by Ray Milkey · 6 years ago
  92. 3e56d9f Fix serialization issue by Charles Chan · 6 years ago
  93. 13472a1 remove references to deprecated ICMP constant by Ray Milkey · 6 years ago
  94. 4bac497 Fix NPE reported by Sonar by Ray Milkey · 6 years ago
  95. 4d7f88b Removes local gatewayIp set in OpenstackSwitchingArpHandler. by Daniel Park · 6 years ago
  96. a73c236 Support flow trace CLI in openstack networking app. by Daniel Park · 6 years ago
  97. b256a84 Remove deprecated APIs from ResourceIdParser() by Ray Milkey · 6 years ago
  98. f32757e Remove deprecated static indexes by Ray Milkey · 6 years ago
  99. 69aad44 Remove deprecated ConnectPoint location() by Ray Milkey · 6 years ago
  100. 765b644 Remove deprecated invokeRpc() method by Ray Milkey · 6 years ago