# get net specific data declare -r _FQDN=$(hostname -f 2>/dev/null) declare -r _NETNAME=${_FQDN#*.} if [[ -n "${_NETNAME}" ]]; then _load net '*' fi