VirtualBox

Changeset 94070 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Mar 3, 2022 11:54:06 AM (3 years ago)
Author:
vboxsync
Message:

CloudNet: ​bugref:9469 Dropped local gateway parameters in VBoxManage cloud network setup, added support for cloud network attachment in VBoxManage modifyvm, updated help for both, bug fixes and minor improvements in error reporting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r93858 r94070  
    64446444                                                 N_("Failed to generate a key pair due to libssh error!"));
    64456445                }
    6446                 hrc = startCloudGateway(virtualBox, network, mGateway);                      H();
     6446                hrc = startCloudGateway(virtualBox, network, mGateway);
     6447                if (FAILED(hrc))
     6448                {
     6449                    return pVMM->pfnVMR3SetError(pUVM, hrc, RT_SRC_POS,
     6450                                                 N_("Failed to start cloud gateway instance.\nMake sure you set up "
     6451                                                    "cloud networking properly with 'VBoxManage network setup'. "
     6452                                                    "Check VBoxSVC.log for details."));
     6453                }
    64476454                InsertConfigBytes(pDevCfg, "MAC", &mGateway.mCloudMacAddress, sizeof(mGateway.mCloudMacAddress));
    64486455                if (!bstr.isEmpty())
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette