futurewei-cloud / alcor

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

Fix subnet attachment to router when subnet has host routes #701

Closed DavidLiu506 closed 2 years ago

DavidLiu506 commented 2 years ago

Attach subnet to router, if there are host routes, subnet manager will tell router manager route table but didn't send routerid to router manager. Router manager can not get this subnet attached routerid because subnet still not complete attachment. Send routerid to router manger works.