bernardodemarco commented on issue #10261: URL: https://github.com/apache/cloudstack/issues/10261#issuecomment-2613069858
> does this: [#10168](https://github.com/apache/cloudstack/pull/10168) address the issue? basically, the PR prevents creation of shared networks without an ip range @Pearl1594, yes, I think so. The NPE is thrown when the `broadcast_uri` is `NULL`. If, at least the `startip` of a shared network is specified, then the `broadcast_uri` won't be `NULL`. Therefore, I believe that adding this validation will be enough to solve this issue. Regarding this bug `List VM with the network shouldn't show the VM when not attached to the network`, it was fixed in #10204. -- 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]
