Github user DaanHoogland commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/292#discussion_r30943140
--- Diff: server/src/com/cloud/configuration/ConfigurationManagerImpl.java
---
@@ -3556,6 +3556,11 @@ private void checkPublicIpRangeErrors(long zoneId,
String vlanId, String vlanGat
throw new InvalidParameterValueException("Please ensure that
your end IP is in the same subnet as your IP range's gateway, as per the IP
range's netmask.");
}
// check if the gatewayip is the part of the ip range being added.
+ // RFC 3021 - 31-Bit Prefixes on IPv4 Point-to-Point Links
--- End diff --
why is this comment added here?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---