Created https://jira.suse.com/browse/EDGE-1599 to track this.
Nits about using {} to protect expansions
Are they needed in the above contexts? I have skipped them as I thought they made no difference here, but I'll add them anyway. Thank you for…
IRONIC_IP="$(get_ip_of_interface "${PROVISIONING_INTERFACE}" 4)"
IPV6_RECORD="$(get_ip_of_hostname "${IRONIC_URL_HOSTNAME}" 6)"
IPV4_IFACE="$(get_interface_of_ip "${IPV4_RECORD}" 4)"
IPV6_IFACE="$(get_interface_of_ip "${IPV6_RECORD}" 6)"
IPV4_RECORD="$(get_ip_of_hostname "${IRONIC_URL_HOSTNAME}" 4)"
`echo $(ip "${IP_VERS}" -br addr show scope global
`echo $(ip "${IP_VERS}" -br addr show scope global up dev ${IFACE}
IFACE_OF_IP="$(get_interface_of_ip "${PROVISIONING_IP}")"
IRONIC_IPV6="$(get_ip_of_interface "${PROVISIONING_INTERFACE}" 6)"