1. ab98a1f Fix: resolve a NPE when removing VLAN typed openstack network by Jian Li · 4 years, 8 months ago
  2. f7f01d1 Fix: do not perform any action when receiving node incompletion evt by Jian Li · 4 years, 8 months ago
  3. 8ac677c Fix: do not install group table rules if ARP mode set as proxy mode by Jian Li · 4 years, 8 months ago
  4. d572762 Add group rule service, purge flood rules, use group to handle ARP by Jian Li · 4 years, 9 months ago
  5. b3dc1ca Only flood the ARP traffic to virtual network to avoid network loop by Jian Li · 4 years, 9 months ago
  6. 1b5c5fa Fix: specify the source MAC as fake GW MAC for self ARP reply case by Jian Li · 5 years ago
  7. a299519 Fix: provide the ICMP connectivity to external gateway by Jian Li · 5 years ago
  8. 4910c4b Fix: specify the correct ARP THA and TPA for ARP reply packet by Jian Li · 5 years ago
  9. 621f73c [ONOS-7863] Initial support GENEVE tunnel at SONA by Jian Li · 5 years ago
  10. 6bc5c4a Remove openstack4j NetworkType due to unsupport of GENEVE tunnel by SONA Project · 5 years ago
  11. 2d68c19 Initial support GRE tunnel at SONA by Jian Li · 5 years ago
  12. 5ecfd1a Refactor: reduce to number of column for better readability at SONA by Jian Li · 5 years ago
  13. 6a47fd0 Refactor: resolve code smells of openstacknetworking impl pkgs #2 by Jian Li · 5 years ago
  14. fb64d88 Fix: do not install default rules in gateway node by Jian Li · 5 years ago
  15. 5b155bf Fix: resolve ARP resolution issue in ARP broadcast mode for VLAN by Jian Li · 6 years ago
  16. 8a9220f Fixes ARP-related flow rules in VLAN case. by Daniel Park · 6 years ago
  17. 34220ea Fix: do not query the distributed store inside main thread by Jian Li · 6 years ago
  18. 123f0e0 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  19. 32b0362 Refactor: install rules in a separated thread to avoid thread blocking by Jian Li · 6 years ago
  20. 5739b2c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  21. 6a2d95e Fix to add icmp reply flow rule in default. by Daniel Park · 6 years ago
  22. 8e40651 openstack and routing app OSGi property migration by Ray Milkey · 6 years ago
  23. 956bb16 Merge remote-tracking branch 'origin/master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  24. 5c09e21 Fix: enforce to match VNI for ARP request in broadcast mode by Jian Li · 6 years ago
  25. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  26. ac30e27 Fix: enforce to remove security group rules by Jian Li · 6 years ago
  27. d17309c Merge branch 'master' into merge by Ray Milkey · 6 years ago
  28. 7ce775a Fix: resolve a NPE caused by non-exist gateway at openstack subnet by Jian Li · 6 years ago
  29. 0b18b72 Merge branch 'master' into merge by Ray Milkey · 6 years ago
  30. 8e365bd Fix: allow to specify duplicated gateways for different subnets by Jian Li · 6 years ago
  31. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  32. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  33. 4d7f88b Removes local gatewayIp set in OpenstackSwitchingArpHandler. by Daniel Park · 6 years ago
  34. bcc4228 Fix: resolve a set of NPEs due to security group activation by Jian Li · 6 years ago
  35. c240359 Fix: do not (dis)associate fip if the inst port is not available by Jian Li · 6 years ago
  36. ec5c32b Simplified the port handling logic for VM live migration case by Jian Li · 6 years ago
  37. f7934d5 Fix: guarantee to referring to the correct openstack node state by Jian Li · 6 years ago
  38. dd50eac Fix problems detected by ErrorProne by Ray Milkey · 6 years ago
  39. 5b66ce0 Fix: resolve failure of E-W communication at ARP broadcast mode by Jian Li · 6 years ago
  40. 7f70bb7 Add CLI for reconfiguring ARP mode on openstacknetworking app by Jian Li · 6 years ago
  41. 6041f10 Fixes default arp mode to proxy in OpenstackNetworking app. by Daniel Park · 6 years ago
  42. e2e03a5 Fix: do not add fake gateway ARP rule for FLAT typed network by Jian Li · 6 years ago
  43. 613ac37 Fixes setFakeGatewayArpRule called with in case of openstack node event. by Daniel Park · 6 years ago
  44. 24ec59f [ONOS-7684] Support VM Live Migration (VxLAN + VLAN) by Jian Li · 6 years ago
  45. 51b844c Support openstack controller node status check feature by Jian Li · 6 years ago
  46. 1478f29 Set SONA ARP mode as broadcast by default for better avaialability by Jian Li · 6 years ago
  47. f96685c Refactor: split the flow rule setup logic for compute and ctrl nodes by Jian Li · 6 years ago
  48. 6031225 [ONOS-7606] Support ARP broadcast at gatewaynode (VLAN + VxLAN) by Jian Li · 6 years ago
  49. 5965788 [ONOS-7606] Support ARP broadcast for VLAN type network by Jian Li · 6 years ago
  50. 0665396 Fix: enable resolve MAC address in ARP proxy mode at gateway node by Jian Li · 6 years ago
  51. 2a43cb3 Config ARP proxy mode by default ensure it works in VXLAN and VLAN by Jian Li · 6 years ago
  52. bb4f541 Fix: resolve NPE by obtaining networkId from subnet instead of port by Jian Li · 6 years ago
  53. eae1236 [ONOS-7606] Support ARP broadcast (VxLAN) to handle CP failure by Jian Li · 6 years ago
  54. 8e7e6cd Add unit test for OpenstackSwitchingArpHandler by Jian Li · 6 years ago
  55. 156c96f Refactor: split api from single bundle for openstacknetworking by Jian Li · 6 years ago[Renamed from apps/openstacknetworking/src/main/java/org/onosproject/openstacknetworking/impl/OpenstackSwitchingArpHandler.java]
  56. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  57. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  58. 44aac66 ONOS-5182 Refactored SONA to cache network states by Hyunsun Moon · 7 years ago
  59. 0540087 ONOS-5182 Simplified OpenStack networking application structure by Hyunsun Moon · 7 years ago[Renamed (97%) from apps/openstacknetworking/switching/src/main/java/org/onosproject/openstacknetworking/switching/OpenstackSwitchingArpHandler.java]
  60. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  61. b3eb84d Refactored OpenstackRouting to support multiple gateway nodes by Hyunsun Moon · 8 years ago[Renamed (96%) from apps/openstacknetworking/switching/src/main/java/org/onosproject/openstacknetworking/switching/OpenstackArpHandler.java]
  62. 6032f34 OpenstackRouting refactoring by sangho · 8 years ago
  63. b974fca Refactored OpenstackSwitching app by Hyunsun Moon · 8 years ago