nitin-maharana commented on a change in pull request #2048: CLOUDSTACK-9880:
Expansion of Management IP Range.
URL: https://github.com/apache/cloudstack/pull/2048#discussion_r149885276
##########
File path: server/src/com/cloud/configuration/ConfigurationManagerImpl.java
##########
@@ -997,7 +999,9 @@ private void checkPodAttributes(final long podId, final
String podName, final lo
checkIpRange(startIp, endIp, cidrAddress, cidrSize);
// Check if the IP range overlaps with the public ip
- checkOverlapPublicIpRange(zoneId, startIp, endIp);
+ if(startIp != null) {
Review comment:
Replaced this with the mentioned way. Also replaced in many other places.
Please have a look once.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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