1. 5ecfd1a Refactor: reduce to number of column for better readability at SONA by Jian Li · 5 years ago
  2. 6a47fd0 Refactor: resolve code smells of openstacknetworking impl pkgs #2 by Jian Li · 5 years ago
  3. fb64d88 Fix: do not install default rules in gateway node by Jian Li · 5 years ago
  4. 5b155bf Fix: resolve ARP resolution issue in ARP broadcast mode for VLAN by Jian Li · 5 years ago
  5. 8a9220f Fixes ARP-related flow rules in VLAN case. by Daniel Park · 5 years ago
  6. 34220ea Fix: do not query the distributed store inside main thread by Jian Li · 5 years ago
  7. 123f0e0 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  8. 32b0362 Refactor: install rules in a separated thread to avoid thread blocking by Jian Li · 5 years ago
  9. 5739b2c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  10. 6a2d95e Fix to add icmp reply flow rule in default. by Daniel Park · 5 years ago
  11. 8e40651 openstack and routing app OSGi property migration by Ray Milkey · 6 years ago
  12. 956bb16 Merge remote-tracking branch 'origin/master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  13. 5c09e21 Fix: enforce to match VNI for ARP request in broadcast mode by Jian Li · 6 years ago
  14. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  15. ac30e27 Fix: enforce to remove security group rules by Jian Li · 6 years ago
  16. d17309c Merge branch 'master' into merge by Ray Milkey · 6 years ago
  17. 7ce775a Fix: resolve a NPE caused by non-exist gateway at openstack subnet by Jian Li · 6 years ago
  18. 0b18b72 Merge branch 'master' into merge by Ray Milkey · 6 years ago
  19. 8e365bd Fix: allow to specify duplicated gateways for different subnets by Jian Li · 6 years ago
  20. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  21. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  22. 4d7f88b Removes local gatewayIp set in OpenstackSwitchingArpHandler. by Daniel Park · 6 years ago
  23. bcc4228 Fix: resolve a set of NPEs due to security group activation by Jian Li · 6 years ago
  24. c240359 Fix: do not (dis)associate fip if the inst port is not available by Jian Li · 6 years ago
  25. ec5c32b Simplified the port handling logic for VM live migration case by Jian Li · 6 years ago
  26. f7934d5 Fix: guarantee to referring to the correct openstack node state by Jian Li · 6 years ago
  27. dd50eac Fix problems detected by ErrorProne by Ray Milkey · 6 years ago
  28. 5b66ce0 Fix: resolve failure of E-W communication at ARP broadcast mode by Jian Li · 6 years ago
  29. 7f70bb7 Add CLI for reconfiguring ARP mode on openstacknetworking app by Jian Li · 6 years ago
  30. 6041f10 Fixes default arp mode to proxy in OpenstackNetworking app. by Daniel Park · 6 years ago
  31. e2e03a5 Fix: do not add fake gateway ARP rule for FLAT typed network by Jian Li · 6 years ago
  32. 613ac37 Fixes setFakeGatewayArpRule called with in case of openstack node event. by Daniel Park · 6 years ago
  33. 24ec59f [ONOS-7684] Support VM Live Migration (VxLAN + VLAN) by Jian Li · 6 years ago
  34. 51b844c Support openstack controller node status check feature by Jian Li · 6 years ago
  35. 1478f29 Set SONA ARP mode as broadcast by default for better avaialability by Jian Li · 6 years ago
  36. f96685c Refactor: split the flow rule setup logic for compute and ctrl nodes by Jian Li · 6 years ago
  37. 6031225 [ONOS-7606] Support ARP broadcast at gatewaynode (VLAN + VxLAN) by Jian Li · 6 years ago
  38. 5965788 [ONOS-7606] Support ARP broadcast for VLAN type network by Jian Li · 6 years ago
  39. 0665396 Fix: enable resolve MAC address in ARP proxy mode at gateway node by Jian Li · 6 years ago
  40. 2a43cb3 Config ARP proxy mode by default ensure it works in VXLAN and VLAN by Jian Li · 6 years ago
  41. bb4f541 Fix: resolve NPE by obtaining networkId from subnet instead of port by Jian Li · 6 years ago
  42. eae1236 [ONOS-7606] Support ARP broadcast (VxLAN) to handle CP failure by Jian Li · 6 years ago
  43. 8e7e6cd Add unit test for OpenstackSwitchingArpHandler by Jian Li · 6 years ago
  44. 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]
  45. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  46. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  47. 44aac66 ONOS-5182 Refactored SONA to cache network states by Hyunsun Moon · 7 years ago
  48. 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]
  49. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  50. 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]
  51. 6032f34 OpenstackRouting refactoring by sangho · 8 years ago
  52. b974fca Refactored OpenstackSwitching app by Hyunsun Moon · 8 years ago