weizhouapache commented on code in PR #10746:
URL: https://github.com/apache/cloudstack/pull/10746#discussion_r2049158007
##########
server/src/main/java/com/cloud/network/NetworkServiceImpl.java:
##########
@@ -1644,9 +1644,7 @@ public Network createGuestNetwork(CreateNetworkCmd cmd)
throws InsufficientCapac
if (ipv4 && Objects.isNull(startIP)) {
throw new CloudRuntimeException("IPv4 address range needs to
be provided");
}
- if (ipv6 && Objects.isNull(startIPv6)) {
- throw new CloudRuntimeException("IPv6 address range needs to
be provided");
- }
+ // if (ipv6) ignore entries
Review Comment:
I do not know what is the best word to describe it ....
the behaviour is
- if ipv6 range is passed, it is saved in database

- but vm gets a IP out of the ipv6 range

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