kioie commented on a change in pull request #3997: [WIP] New API endpoint: 
UpdateVlanIpRange
URL: https://github.com/apache/cloudstack/pull/3997#discussion_r399774195
 
 

 ##########
 File path: 
server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
 ##########
 @@ -4404,6 +4552,51 @@ protected boolean savePublicIPRange(final String 
startIP, final String endIP, fi
         return problemIps != null && problemIps.size() == 0;
     }
 
+    @DB
+    protected boolean updatePublicIPRange(final String newStartIP, final 
String currentStartIP,final String newEndIP,final String currentEndIP, final 
long zoneId, final long vlanDbId, final long sourceNetworkid, final long 
physicalNetworkId, final boolean forSystemVms) {
 
 Review comment:
   Method to update user_ip_address table

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to