alcor
alcor copied to clipboard
[RM] getSubnetRouteTable in RouterServiceImpl.java should separate Neutron and VPC router scenario.
Issue:
getSubnetRouteTable in RouterServiceImpl.java is used by both Neutron and VPC scenarios, but it's only deal with VPC scenario in the code.
Suggestion:
Add a flag as an input argument in getSubnetRouteTable to indicate the caller's scenario (Neutron or VPC).
@DavidLiu506 Could you also take on this fix as well as Issue #646? Thanks.
@kevin-zhonghao Can you also take a look at this issue? Thanks!
@kevin-zhonghao Can you also take a look at this issue? Thanks!
Sure, fix in PR#657