VirtualBox

Changeset 93312 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Jan 18, 2022 1:15:12 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149382
Message:

CloudNet: ​bugref:9469 Replace local gateway with DrvCloudTunnel. Build 25519 encryption support in libssh. Add missing version bump in machine settings to 1.18 if cloud attachment is used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r93115 r93312  
    80128012            }
    80138013        }
     8014
     8015#ifdef VBOX_WITH_CLOUD_NET
     8016        NetworkAdaptersList::const_iterator netit;
     8017        for (netit = hardwareMachine.llNetworkAdapters.begin();
     8018             netit != hardwareMachine.llNetworkAdapters.end();
     8019             ++netit)
     8020        {
     8021            // VirtualBox 6.1 adds support for cloud networks.
     8022            if (   netit->fEnabled
     8023                && netit->mode == NetworkAttachmentType_Cloud)
     8024            {
     8025                m->sv = SettingsVersion_v1_18;
     8026                break;
     8027            }
     8028
     8029        }
     8030#endif /* VBOX_WITH_CLOUD_NET */
    80148031    }
    80158032
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