weizhouapache commented on code in PR #12622:
URL: https://github.com/apache/cloudstack/pull/12622#discussion_r2918568816
##########
engine/schema/src/main/java/com/cloud/network/dao/NetworkVO.java:
##########
@@ -600,7 +600,10 @@ public boolean equals(Object obj) {
return true;
}
- return NetUtils.isNetworkAWithinNetworkB(cidr, that.cidr);
+ final String normalizedCidr =
com.cloud.utils.StringUtils.getFirstValueFromCommaSeparatedString(cidr);
Review Comment:
@jeanvetorello
are you available to work on this PR ?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]