futurewei-cloud / alcor

Alcor: Cloud native SDN platform powered by Kubernetes and Istio
MIT License
32 stars 33 forks source link

[DPM] Remove hostIps hashset from MulticastGoalstateV2 #741

Closed VanderChen closed 2 years ago

VanderChen commented 2 years ago

In this PR,

  1. Removed hashset for hostIps from MulticastGoalstateV2. The getter of hostIps replaced by hostVpcMap.keySet()
  2. Add necessary comments in MulticastGoalstateV2.

These changes have passed the Jenkins test.