kioie commented on a change in pull request #3562: New API endpoint: 
UpdateVlanIpRange
URL: https://github.com/apache/cloudstack/pull/3562#discussion_r315976184
 
 

 ##########
 File path: 
server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
 ##########
 @@ -1727,6 +1730,38 @@ private void checkZoneParameters(final String zoneName, 
final String dns1, final
         }
     }
 
+    private void checkAllocatedIpsAreWithinVlanRange(List<IPAddressVO> ips, 
String startIp, String endIp){
 
 Review comment:
   Added this method

----------------------------------------------------------------
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