You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #17076 from JacobTanenbaum/segfault-CIDR
Automatic merge from submit-queue.
fix a segfault with cidr addresses and correct the creation of cluster network object
Currently the system segfaults if passed a cidr that is not in canonical form, this was due to scoping issues in ParseNetworkInfo().
Also fix the creation of the clusterNetworkObject to use the converted form of the cidr address when creating the clusterNetwork object to conform to how the system used to function
@knobunc PTAL
found while working on
Bug: [1506017](https://bugzilla.redhat.com/show_bug.cgi?id=1506017)
0 commit comments