When a clusternetwork entry has an invalid hostPrefix, which is <= CIDR
mask and the custom IPv4 join subnet is provided in the install-config,
the installer gives a runtime panic error: negative shift amount.
This introduces a check to return a more user-friendly and descriptive
error message instead of runtime panic.