Open cj-chung opened 3 years ago
@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
Issue:
getSubnetRouteTable
inRouterServiceImpl.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).