1. 84a6e11 Revert "Fix: only reply ARP request from external router" by Jian Li · 3 years, 4 months ago
  2. 115f32a Simplify FLAT typed traffic pipeline to support ovs multicasting by Jian Li · 3 years, 4 months ago
  3. f4818b0 Support NodePort communication model at k8s passthrough mode by Jian Li · 3 years, 6 months ago
  4. 1b325c0 Fix: lower down the message logging level for unmanaged DHCP request by Jian Li · 3 years, 6 months ago
  5. 07c27f3 Initial support VM and container communication via POD and service IP by Jian Li · 3 years, 6 months ago
  6. 5b22f11 Fix: make all openstack resource name optional by Jian Li · 3 years, 7 months ago
  7. 8891a6b Fix: resolve a NPE due to the non-existing neutron port info by Jian Li · 3 years, 7 months ago
  8. fa06bcd Fix: correct openstack networking provider ID at instance port manager by Jian Li · 3 years, 8 months ago
  9. 55511c4 Fix: only receive host events initiated by openstack provider by Jian Li · 3 years, 8 months ago
  10. d529d42 Refactor: remove verbose logging message at openstack networking by Jian Li · 3 years, 9 months ago
  11. 3dbb82c Listen on openstack's port event to create instance port and host by Jian Li · 3 years, 9 months ago
  12. fa1be68 Fix: only handle TCP/UDP/ICMP/SCTP/any protocol for security group by Jian Li · 3 years, 10 months ago
  13. 03368b3 Fix: perform exact port match for full port mask value 0xFFFF by Jian Li · 3 years, 11 months ago
  14. 8fb1ef7 Fix: only reply ARP request from external router by Jian Li · 4 years ago
  15. a34c979 Refactor: simplify the floating IP related ARP rule installation by Jian Li · 4 years ago
  16. 1951db7 Support to specify BootFileName and ServerName in DHCP Option by Jian Li · 4 years ago
  17. 616b048 Support to assign IP address via DHCP to Bare Metal server by Jian Li · 4 years ago
  18. 59a9605 Fix: correctly broadcast ARP MAC and IP reply for fake gateway by Jian Li · 4 years ago
  19. 4dabd9c Fix: correctly specify the VM's mac associated with the given FIP by Jian Li · 4 years ago
  20. af64673 Fix: refer to correct useSecurityGroup value on the resource event by Jian Li · 4 years, 1 month ago
  21. e41ca10 Fix: invoke security group reset on receiving node completion event by Jian Li · 4 years, 1 month ago
  22. 29d66c1 Fix: re-order the flow rule and group rule install/uninstall sequence by Jian Li · 4 years, 2 months ago
  23. 0010580 Fix: remove network related flow rules on openstack network removal by Jian Li · 4 years, 2 months ago
  24. fa62b37 Fix: obtain the correct external gateway NAT IP address by Jian Li · 4 years, 2 months ago
  25. 6a1bcfd Fix: correctly calculate the broadcast address for DHCP ACK by Jian Li · 4 years, 3 months ago
  26. dd6cb70 Fix: use the default broadcast address as DHCP ACK option by Jian Li · 4 years, 3 months ago
  27. 654f994 Eliminate redundant catch clauses. by Thomas Vachuska · 4 years, 3 months ago
  28. cda74c8 Fix: do not handle non-smart NIC capable port at direct port provider by Jian Li · 4 years, 6 months ago
  29. ab98a1f Fix: resolve a NPE when removing VLAN typed openstack network by Jian Li · 4 years, 7 months ago
  30. 40f032a Adds a CLI to show/clear cached openstack states with neutron DB by Jian Li · 4 years, 7 months ago
  31. 6db2a1f Add a REST API to query the active node's IP address by Jian Li · 4 years, 7 months ago
  32. 3423ba1 Fix: improve logging level for openstacknode and openstacknetworking by Jian Li · 4 years, 7 months ago
  33. f7f01d1 Fix: do not perform any action when receiving node incompletion evt by Jian Li · 4 years, 7 months ago
  34. b6bc15d Fix: fail fast if either keystone or neutron are not available by Jian Li · 4 years, 7 months ago
  35. a2f86dd Fix: do not add/remove security group rules if the device is offline by Jian Li · 4 years, 7 months ago
  36. cb0a24e Fix: do not add/remove SNAT rules when receiving FLAT vport events by Jian Li · 4 years, 7 months ago
  37. 8ac677c Fix: do not install group table rules if ARP mode set as proxy mode by Jian Li · 4 years, 7 months ago
  38. f8f4f20 Changes default HA status to false in OpenstackNetworking App. by Daniel Park · 4 years, 7 months ago
  39. d572762 Add group rule service, purge flood rules, use group to handle ARP by Jian Li · 4 years, 7 months ago
  40. b3dc1ca Only flood the ARP traffic to virtual network to avoid network loop by Jian Li · 4 years, 8 months ago
  41. a271b3c Support to provision and unprovision physical bridge along with ports by Jian Li · 4 years, 8 months ago
  42. 5172870 Recover the OVS dataplane ports in case conf.db is corrupted by Jian Li · 5 years ago
  43. c7102f3 Implement CLI commands to show stats per VM. by Daniel Park · 5 years ago
  44. e6e609f Refactor external peer router store, fix NPE due to MAC is not ready by Jian Li · 5 years ago
  45. 812460d Support to query active status of the nodes through REST API by Jian Li · 5 years ago
  46. 7b8c368 Support active-standby mode in openstacknetworking app by Jian Li · 5 years ago
  47. 1b5c5fa Fix: specify the source MAC as fake GW MAC for self ARP reply case by Jian Li · 5 years ago
  48. 6d2bf64 Fix: do not handle instance port on receiving router interface events by Jian Li · 5 years ago
  49. fdb8d87 Fix: process ICMP packets in controller by Jian Li · 5 years ago
  50. dc5d501 Fix: Add inst port to store if host updated with no inst port found by Jian Li · 5 years ago
  51. 820ec7b Fix: do not add Stateful SNAT downstream rule in stateless case by Jian Li · 5 years ago
  52. ec85729 Fix: refer to SNAT mode using getStatefulSnatFlag method by Jian Li · 5 years ago
  53. 4f3f75a Fix: listen correct openstack event to add/remove ext GW ICMP rule by Jian Li · 5 years ago
  54. a299519 Fix: provide the ICMP connectivity to external gateway by Jian Li · 5 years ago
  55. 4910c4b Fix: specify the correct ARP THA and TPA for ARP reply packet by Jian Li · 5 years ago
  56. 5d795f2 Fix: resolve the critical issues reported by sonarcube by Jian Li · 5 years ago
  57. 2525721 Fix: do not install unnecessary rules for stateful SNAT case by Jian Li · 5 years ago
  58. 5a26ab3 [ONOS-7951] Use Stateful SNAT to handle N-S traffic in openstack by Jian Li · 5 years ago
  59. 33b4db5 Refactor OpenStack SNAT from RoutingHandler to RoutingSnatHandler by Jian Li · 5 years ago
  60. 68efab4 Fix: correct typos in neutron L2/L3 REST API classes by Jian Li · 5 years ago
  61. afe17e1 Bumpup OpenStack4j dependencies from 3.1.0 to 3.2.0 by Jian Li · 5 years ago
  62. 293b04a Fix: segment TCP packet when the payload is larger than MTU size by Jian Li · 5 years ago
  63. 9f278e9 Fix: print out debug message for metadata response by Jian Li · 5 years ago
  64. 2dc3759 Fix: lower down the security group logging level by Jian Li · 5 years ago
  65. 19c5174 Fix: do not uninstall group table rules if flag is unset by Jian Li · 5 years ago
  66. 1099d14 Moves flat jump rules from OpenstackSwitchingHandler to OpenstackFlowRuleManager. by Daniel Park · 5 years ago
  67. 2fe3966 Fixes to clear augmentedmap and external peer router map in case of purging state. by Daniel Park · 5 years ago
  68. b50758f Fix: cosmetic fix for openstack rule sync CLI by Jian Li · 5 years ago
  69. 621f73c [ONOS-7863] Initial support GENEVE tunnel at SONA by Jian Li · 5 years ago
  70. 6bc5c4a Remove openstack4j NetworkType due to unsupport of GENEVE tunnel by SONA Project · 5 years ago
  71. 2d68c19 Initial support GRE tunnel at SONA by Jian Li · 5 years ago
  72. 900b723 Fix: resolve the component cfg related exceptions by Jian Li · 5 years ago
  73. 5ecfd1a Refactor: reduce to number of column for better readability at SONA by Jian Li · 5 years ago
  74. 411bf2e Refactor: resolve code smells of openstacknetworking impl pkgs #3 by Jian Li · 5 years ago
  75. a3ffbdb Resolves code smells of OpenstackNetworkingUtil, RulePopulatorUtil and cli classes. by Daniel Park · 5 years ago
  76. 362f9fd Fix: do not remove egress sg rule if port is associated with any sg by Jian Li · 5 years ago
  77. 6a47fd0 Refactor: resolve code smells of openstacknetworking impl pkgs #2 by Jian Li · 5 years ago
  78. 4d13870 Refactor: resolve code smells of openstacknetworking impl pkgs #1 by Jian Li · 5 years ago
  79. fb64d88 Fix: do not install default rules in gateway node by Jian Li · 5 years ago
  80. 1e9cb73 Fix: enforce packet to go through ingress pipeline inside a node by Jian Li · 5 years ago
  81. c263157 Fix possible NPE discovered by Sonar by Ray Milkey · 5 years ago
  82. 3f26e79 Fix to install flow rule for floating IP-assigned VM in VLAN case. by Daniel Park · 5 years ago
  83. ff178ba Minor code fixes on sriov-related classes. by Daniel Park · 5 years ago
  84. 5b155bf Fix: resolve ARP resolution issue in ARP broadcast mode for VLAN by Jian Li · 5 years ago
  85. 8a9220f Fixes ARP-related flow rules in VLAN case. by Daniel Park · 5 years ago
  86. 8b5599b Fix: enforce to synchronize all flow rules in case sync failures by Jian Li · 5 years ago
  87. db521c1 Fix: resolve CLI auto-completion issue of openstack apps by Jian Li · 5 years ago
  88. 34220ea Fix: do not query the distributed store inside main thread by Jian Li · 5 years ago
  89. 167f0c4 Fix: retry purging the flow rules due to various failures by Jian Li · 5 years ago
  90. 36a0c4d Add a CLI to list up openstack router interfaces by Jian Li · 5 years ago
  91. ebde74d Fix: correct the logic of obtaining ext ip address from ext GW by Jian Li · 5 years ago
  92. bb83f7c Fix: enable openstack related CLIs by Jian Li · 5 years ago
  93. 2a354e3 Fix not supporting charset=utf8 in accept header value in the Rocky version by sanghoshin · 5 years ago
  94. 2868044 Fix: improves code smell in OpenstackRoutingIcmpHandler by Jian Li · 5 years ago
  95. 5c777c6 Fix: initialize the compute node before initialize the gateway node by Jian Li · 5 years ago
  96. 123f0e0 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  97. 32b0362 Refactor: install rules in a separated thread to avoid thread blocking by Jian Li · 5 years ago
  98. 51f9d1e Fixes to add vni selector in setRulesToGatewayWithDstIp method. by Daniel Park · 5 years ago
  99. 0faa721 Fix openstack app ignition problems by Ray Milkey · 5 years ago
  100. 5739b2c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago