1. 5c777c6 Fix: initialize the compute node before initialize the gateway node by Jian Li · 6 years ago
  2. 123f0e0 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  3. 32b0362 Refactor: install rules in a separated thread to avoid thread blocking by Jian Li · 6 years ago
  4. 51f9d1e Fixes to add vni selector in setRulesToGatewayWithDstIp method. by Daniel Park · 6 years ago
  5. 5739b2c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  6. 6a2d95e Fix to add icmp reply flow rule in default. by Daniel Park · 6 years ago
  7. 3380f44 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  8. a70fdb60 Fix: resolve an issue of adding incorrect SG rules for remote port by Jian Li · 6 years ago
  9. e52652c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  10. 28ec77f Fix: start commit the conntrack only if the flow in the whitelist by Jian Li · 6 years ago
  11. b696950 Fix: resolve a NPE occurs when getArpMode() returns null value by Jian Li · 6 years ago
  12. a218d43 Merge branch 'master' into merge by Ray Milkey · 6 years ago
  13. 8e40651 openstack and routing app OSGi property migration by Ray Milkey · 6 years ago
  14. 2b9838c Fix: only allow to install security group rules from master node by Jian Li · 6 years ago
  15. 956bb16 Merge remote-tracking branch 'origin/master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  16. 9e28777 Fix: remove stale compute node to gateway rules for migration case by Jian Li · 6 years ago
  17. 5c09e21 Fix: enforce to match VNI for ARP request in broadcast mode by Jian Li · 6 years ago
  18. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  19. 4fa1f5e Send GARP packet in case floating ip is associated and gateway node is updated. by Daniel Park · 6 years ago
  20. b8cdcc1 Fix: remove stale security group rules when VM migration finished by Jian Li · 6 years ago
  21. ac30e27 Fix: enforce to remove security group rules by Jian Li · 6 years ago
  22. d17309c Merge branch 'master' into merge by Ray Milkey · 6 years ago
  23. 7ce775a Fix: resolve a NPE caused by non-exist gateway at openstack subnet by Jian Li · 6 years ago
  24. e8b28db Fix: enforce security group rules to match tunnel ID by Jian Li · 6 years ago
  25. 2360acb Fix: differentiate gateway ARP rule and floating ARP rule by Jian Li · 6 years ago
  26. 67c6b81 Allow to remove instance ports in pending removal state by Jian Li · 6 years ago
  27. 0b18b72 Merge branch 'master' into merge by Ray Milkey · 6 years ago
  28. 809b3ed Fix: configure SNAT to gateway rules on receiving router port events by Jian Li · 6 years ago
  29. 9d35bd6 Fix: remove security group rules when receiving SG remove event by Jian Li · 6 years ago
  30. 8e365bd Fix: allow to specify duplicated gateways for different subnets by Jian Li · 6 years ago
  31. 581f21a Fix: remove ARP routing rules when receiving port removal event by Jian Li · 6 years ago
  32. df52129 Merge remote-tracking branch 'origin/master' into merge-master by Ray Milkey · 6 years ago
  33. 227d88a Support openstack subnet list command in OpenstackNetworking app by Daniel Park · 6 years ago
  34. 6bc29d9 Fix: resolve a contention problem of querying floatig IP by fixed IP by Jian Li · 6 years ago
  35. 4e037f5 Supports downlink trace functionality in OpenstackNetworkingUI by Daniel Park · 6 years ago
  36. 5aef982 Supports downlink trace functionality in OpenstackNetworkingUI by Daniel Park · 6 years ago
  37. 7a2dee5 [WIP] Add @Service tags to all commands and completers by Ray Milkey · 6 years ago
  38. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  39. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  40. 4bac497 Fix NPE reported by Sonar by Ray Milkey · 6 years ago
  41. 4d7f88b Removes local gatewayIp set in OpenstackSwitchingArpHandler. by Daniel Park · 6 years ago
  42. a73c236 Support flow trace CLI in openstack networking app. by Daniel Park · 6 years ago
  43. 0488c73 Fix: resolve a set of NPEs and WARNs caused by null instance port by Jian Li · 6 years ago
  44. 8a5fb64 Fix: remove the instance port only if osPort remove event is issued by Jian Li · 6 years ago
  45. bcc4228 Fix: resolve a set of NPEs due to security group activation by Jian Li · 6 years ago
  46. 319b9ab Supports the cast that VM access to VM's via floating ip's. by Daniel Park · 6 years ago
  47. cad36c7 Add a REST interface for configuring security group by Jian Li · 6 years ago
  48. bbeb31a Fix the security group bugs - degrade by sanghoshin · 6 years ago
  49. 92b6f29 Support injecting novaMetadataIp and novaMetadataPort through cfg by Jian Li · 6 years ago
  50. 4665093 Use metadata secret var in openstack node, support PUT/POST/DELETE by Jian Li · 6 years ago
  51. c704b67 Add keystone and neutron config classes and codec with unit tests by Jian Li · 6 years ago
  52. d9a24ed Fix: do not handle non-ip packet, do not block ICMP packet processing by Jian Li · 6 years ago
  53. 6343020 [ONOS-7786] Support to retrieve metadata from virtual instances by Jian Li · 6 years ago
  54. c009a89 Change VNI to segId in OpenstackNetworkList command. by Daniel Park · 6 years ago
  55. c3e0c60 Fixes to deal with unsupported vendor type interface in OpenstackSwitchingDirectPortProvider by Daniel Park · 6 years ago
  56. 9281593 Fix Sonar reported potential null pointer dereference by Ray Milkey · 6 years ago
  57. 427811e Purge instance port when removing osPort which is not bound to fip by Jian Li · 6 years ago
  58. e0945c1 Add trace msg in OpenstackSwitchingDhcpHandler. by Daniel Park · 6 years ago
  59. d02d7bd Supports dpdk config in OpenstackNode. by Daniel Park · 6 years ago
  60. b7a4435 Reset flow rules for VM(s) port by Jongsik Jung · 6 years ago
  61. 8f65b7e Fix: resolve IAE caused by Property definitions not found at provider by Jian Li · 6 years ago
  62. ec9d113 Fixes OpenstackNetworking just sends warn msg when unsupported ovs-based sr-iov event occurs. by Daniel Park · 6 years ago
  63. b787342 Refactor: remove code duplication for openstack related apps by Jian Li · 6 years ago
  64. 7e8c4d8 Supports dpdk-based vm creation in OpenstackNetworking service. by Daniel Park · 6 years ago
  65. 6d41036 Fix: do not append identity path into V3 keystone authentication by Jian Li · 6 years ago
  66. 96f1e03 Fixes OpenstackRoutingArpHandler respond arp request from peer router to source NAT ip of the external gateway. by Daniel Park · 6 years ago
  67. 628a7cb Fix: resolve floating IP rules not deleting issue in multinodes env by Jian Li · 6 years ago
  68. c38e903 [ONOS-7752] check north-south reachability for troubleshoot purpose by Jian Li · 6 years ago
  69. 78d3ed3 Fix: spawn a new thread to handle OPENSTACK port removal events by Jian Li · 6 years ago
  70. 0b93b00 [ONOS-7752] check east-west VM reachability for troubleshoot purpose by Jian Li · 6 years ago
  71. 2fa3ded Revert "Revert "Uses ICMPEcho class in OpenstackRoutingIcmpHandler and test class."" by Jian Li · 6 years ago
  72. 2ff66b4 Add unit tests in OpenstackNetworkingUtil class by Daniel Park · 6 years ago
  73. 95f7331 Fixes OpenstackSwitchingDirectPortProvider well even it there's interface added to the device already. by Daniel Park · 6 years ago
  74. 02db25c Revert "Uses ICMPEcho class in OpenstackRoutingIcmpHandler and test class." by Ray Milkey · 6 years ago
  75. 48f1033 Adds default router option only when the gateway is set in subnet. by Daniel Park · 6 years ago
  76. f8e422d Removes default router option and adds unit tests in OpenstackSwitchingDhcpHandler. by Daniel Park · 6 years ago
  77. 086ad70 Add unit tests for SONA apps codec register by Jian Li · 6 years ago
  78. f740c2e Uses ICMPEcho class in OpenstackRoutingIcmpHandler and test class. by Daniel Park · 6 years ago
  79. 4d48684 Adds unit test for OpenstackRoutingIcmpHandler. by Daniel Park · 6 years ago
  80. 468e785 Supports MTU option in OpenstackSwitching dhcp handler. by Daniel Park · 6 years ago
  81. 4d42100 Supports dns options in OpenstackSwitchingDhcpHandler. by Daniel Park · 6 years ago
  82. 6c0e2b8 Supports ping to other gateway IP's connected to the same router. by Daniel Park · 6 years ago
  83. da03ce9 Fix: resolve a set of exceptions raised by tempest integration test by Jian Li · 6 years ago
  84. 07598ff Add unit test for openstack switching host provider by Jian Li · 6 years ago
  85. 0ce2c41 Refactor: use distribute storage to store precommit data by Jian Li · 6 years ago
  86. 8f64feb Add precommit capability to openstack port service to resolve NPE by Jian Li · 6 years ago
  87. 078cd20 Fix: resolve dup host insertion problem caused by resource contention by Jian Li · 6 years ago
  88. 9598538 Add unit tests for OpenstackNetworkingUtil. by Daniel Park · 6 years ago
  89. 78ac065 Add unit tests for openstack management REST API by Jian Li · 6 years ago
  90. a077817 Add unit tests for OpenstackFlowRuleManager by Jian Li · 6 years ago
  91. 43e066b Add unit tests for openstack security group (rule) manager and store by Jian Li · 6 years ago
  92. 91be8cd Support Neutron network/port admin state up/down configuration by Jian Li · 6 years ago
  93. ee8214a Support VM resize and cold migration in openstack networking app by Jian Li · 6 years ago
  94. cd806b0 Add instance port purge command line interface with completer by Jian Li · 6 years ago
  95. c240359 Fix: do not (dis)associate fip if the inst port is not available by Jian Li · 6 years ago
  96. f1efbe5 Support pretty JSON output for openstack node and networking apps by Jian Li · 6 years ago
  97. 5e2ad4a Support JSON output in external router CLI, make router obj immutable by Jian Li · 6 years ago
  98. 577b69c Implements flow tracer in Openstack Networking UI by Daniel Park · 6 years ago
  99. 2c63bd2 Add CLI for listing all openstack instance ports by Jian Li · 6 years ago
  100. 46b7400 Purge internal map variables by leveraging persistent store by Jian Li · 6 years ago