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