erikbocks commented on PR #11979: URL: https://github.com/apache/cloudstack/pull/11979#issuecomment-3696209649
Hello, @DaanHoogland, @mkriegs and @weizhouapache > normally we use public/private/linklocal/management ip (no network in the serialized name) @weizhouapache Thank you for the feedback. I removed the `network` from the parameter serialized name. > If storage is ipv6? Not displayed? The use of IPv6 for the `Storage` network is not supported at the moment. The code validates whether the addresses are IPv4, failing if IPv6 ranges are provided. Also, the configuration process executed for system VMs is entirely based on IPv4. Thus, this change does encompass IPv6 addresses. -- 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]
