1. dc08c95 Fix: add physnet patch-ports related rules on kubevirt node completion by Jian Li · 2 years, 2 months ago
  2. 9955d58 Enhance the logic for retrieving peer router mac to come up with the case that the switch interface is disabled. by Daniel Park · 2 years, 2 months ago
  3. 40ecb2a Fix KubevirtNode app to deal with the case that the external network is type VLAN, but the gateway node ovs owns untagged interface. by Daniel Park · 2 years, 2 months ago
  4. 14968b5 Add kubevirt port on receive of VM update event if port not found by Jian Li · 2 years, 2 months ago
  5. 8944d7c Fix: resolve a NPE if the VM is not attached with any interfaces by Jian Li · 2 years, 3 months ago
  6. cb58042 Add VM name field to floating IP CRD of kubevirt by Jian Li · 2 years, 4 months ago
  7. 106b382 Fix: register PodReadinessGate class to DistributedKubevirtPodStore by Jian Li · 2 years, 5 months ago
  8. 340819a Fix: make the network type be always in uppercase by Jian Li · 2 years, 7 months ago
  9. 9417e13 Support to inject controller IP address to API config for tenant NW by Jian Li · 2 years, 9 months ago
  10. e2abe81 Add default route option to kubevirt network by Jian Li · 2 years, 10 months ago
  11. 9b718fb Fix: do not add SR-IOV network into store by Jian Li · 2 years, 10 months ago
  12. c42f3cb Fix: add ProjectedVolumneSource to kryo registry by Jian Li · 2 years, 10 months ago
  13. ae43d22 Fix: wait the security group to be installed before install the rule by Jian Li · 2 years, 11 months ago
  14. 0ab242b Fix: support to enable SNAT from disabled status at kubevirt net by Jian Li · 2 years, 11 months ago
  15. 34fff80 Fix: ensure to install rules while waiting for patch port creation by Jian Li · 2 years, 11 months ago
  16. 6cb4867 Fix: try to create patch ports when tenant bridge is existed by Jian Li · 2 years, 11 months ago
  17. 56f241b Fix: wait for creation of patch ports which are on tenant bridges by Jian Li · 2 years, 11 months ago
  18. f3a3c5a Fix: do not create patch port when it is already existed on bridge by Jian Li · 2 years, 11 months ago
  19. 68f9c32 Fix to preserve the old peer router MAC when a router is updated. by Daniel Park · 2 years, 11 months ago
  20. 7db4672 Fix: resolve an issue on not creating a new tenant bridge at node by Jian Li · 3 years ago
  21. 362bd8b Fix: resolve a set of NPE at kubevirt networking by Jian Li · 3 years ago
  22. de23826 Fixes the NPE case when router is removed in Kubevirt networking app. by Daniel Park · 3 years ago
  23. 9557e90 Add VM name field in kubevirt port object, expose via CLI and REST by Jian Li · 3 years ago
  24. 1bc914c Fix: pipeline the provider network traffic to NORMAL table by Jian Li · 3 years ago
  25. 0c656f0 Learn the devId where VM attached by listening VMI event by Jian Li · 3 years ago
  26. 05a9458 Support LB in kubevirt networking application. by Daniel Park · 3 years, 1 month ago
  27. 328fb60 Enhance the RM logic for Kubevirt Networking App in case of virtual network. by Daniel Park · 3 years ago
  28. a5ba88d Enhance the RM logic for Kubevirt Networking App by Daniel Park · 3 years ago
  29. 703c331 Fix: simplify the logic of purging flow rules from kubevirt by Jian Li · 3 years ago
  30. ea1ead7 Fix: add the kubevirt port to the store only if it is not existed by Jian Li · 3 years ago
  31. 394bef5 Fix: install gateway upstream rules on node completion event by Jian Li · 3 years ago
  32. 567b25c Fix: associate tunnel ingress rules with network events by Jian Li · 3 years ago
  33. 7388cdc Purge the logic of allocating and releasing IPs from kubevirt-cni by Jian Li · 3 years ago
  34. f89d960 Support security group for provider typed networks (FLAT and VLAN) by Jian Li · 3 years, 1 month ago
  35. 46592cf Fix: support Container Network Addons (CNA) operator from kubevirt by Jian Li · 3 years, 1 month ago
  36. 8f944d4 Initial implementation of security group for kubevirt tenant network by Jian Li · 3 years, 2 months ago
  37. 94b6d16 Inject service FQDN into kubevirt node, let onos resolve service IP by Jian Li · 3 years, 1 month ago
  38. 157947f Sends GARP packet when floating ip is associated and the gateway node is changed. by Daniel Park · 3 years, 2 months ago
  39. 8ad7c3b Disable Stateful SNAT when the related parameter is set to false. by Daniel Park · 3 years, 2 months ago
  40. daa7d6a Implement kubevirt loadbalancer service with unit tests by Jian Li · 3 years, 1 month ago
  41. fc7e6cf Reserve the vRouter IP from IP pool at network creation phase by Jian Li · 3 years, 2 months ago
  42. b6dc08f Sync kubevirt port LCM with VirtualMachine resource LCM by Jian Li · 3 years, 2 months ago
  43. 4cb120b Implement internal routing capability for tenant network. by Daniel Park · 3 years, 2 months ago
  44. 5a3e939 Retrieve peer router MAC address using ARP. by Daniel Park · 3 years, 2 months ago
  45. 517597a Dynamically add or remove gateway node according to GW annotation by Jian Li · 3 years, 2 months ago
  46. 9793ec4 Minor fix on floating IP and SNAT feature at kubevirt networking by Jian Li · 3 years, 2 months ago
  47. f313604 Implement floating Ip capability in kubevirt networking app. by Daniel Park · 3 years, 3 months ago
  48. d4296d0 Support to allocate/release IP address for multiple networks by Jian Li · 3 years, 3 months ago
  49. babde9c Implement Internal Routing Capability. by Daniel Park · 3 years, 3 months ago
  50. 1c10cf2 Implement security group manager, codec and watcher with unit tests by Jian Li · 3 years, 3 months ago
  51. 2884b23 Initial implementation of SNAT functionality. by Daniel Park · 3 years, 3 months ago
  52. b636f70 Notify kubevirt router internal and external network related events by Jian Li · 3 years, 3 months ago
  53. 073f1ba Implement kubevirt floating IP's class, codec, watcher and APIs by Jian Li · 3 years, 3 months ago
  54. 810f58c Implement kubevirt router store, manager and codec with unit tests by Jian Li · 3 years, 3 months ago
  55. a896880 Support VLAN network in gateway node. by Daniel Park · 3 years, 3 months ago
  56. d2ade0f Fix: re-instantiate the k8s watcher on receiving onclose event by Jian Li · 3 years, 3 months ago
  57. 2ce718e Support VLAN type tenant network at kubevirt networking by Jian Li · 3 years, 3 months ago
  58. 858ccd7 Support tenant overlay network mode at kubevirt networking by Jian Li · 3 years, 4 months ago
  59. 556709c Create/remove tenant bridge per tenant network at kubevirt app by Jian Li · 3 years, 4 months ago
  60. 7a581b1 Support control plane recovery from failure for kubevirt networking by Jian Li · 3 years, 3 months ago
  61. 4c35a26 Support to inject hostRoutes and DNS info inside DHCP reply message by Jian Li · 3 years, 4 months ago
  62. fc72425 Fix: register more missing classes related fabric8 pod into kryo by Jian Li · 3 years, 4 months ago
  63. 72f3dac Add missing POD related class into kryo, identify master and worker by Jian Li · 3 years, 4 months ago
  64. ea58588 Support multi-physnet networking model for kubevirt by Jian Li · 3 years, 4 months ago
  65. ca20b71 Feed kubevirt port info from K8S port, add a CLI to query port info by Jian Li · 3 years, 4 months ago
  66. 0b48112 Support to store and monitor kubevirt port resource by Jian Li · 3 years, 4 months ago
  67. ac31f65 Support to store and monitor kubevirt POD resource by Jian Li · 3 years, 4 months ago
  68. 034820d Generate kubevirt network from NetworkAttachmentDefinition CRD by Jian Li · 3 years, 4 months ago
  69. 3ba5c58 Initial implementation of managing IPs for kubevirt spawned VMIs by Jian Li · 3 years, 4 months ago
  70. 8fe714d Initial implementation of kubevirt network with CRUD ops support by Jian Li · 3 years, 5 months ago
  71. 4324438 Implement default kubevirt pipeline, support provider network by Jian Li · 3 years, 5 months ago
  72. e2a53cb Add skeleton codes of kubevirt node and networking apps by Jian Li · 3 years, 5 months ago