You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/04/06 09:37:55 UTC

[GitHub] [cloudstack] weizhouapache commented on a change in pull request #4016: Fixed private gateway can't be deleted

weizhouapache commented on a change in pull request #4016: Fixed private gateway can't be deleted
URL: https://github.com/apache/cloudstack/pull/4016#discussion_r403956830
 
 

 ##########
 File path: engine/schema/src/main/java/com/cloud/network/vpc/dao/StaticRouteDao.java
 ##########
 @@ -30,6 +30,8 @@
 
     List<StaticRouteVO> listByVpcId(long vpcId);
 
+    List<StaticRouteVO> listByGatewayId(long vpcId);
 
 Review comment:
   gatewayId

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services