VirtualBox

Changeset 49588 in vbox for trunk/src


Ignore:
Timestamp:
Nov 20, 2013 4:51:56 PM (11 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl: don't start the DHCP server for NAT networks here, this is done in NATNetwork::Start()

File:
1 edited

Legend:

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

    r49517 r49588  
    50725072                    }
    50735073
    5074                     if (!networkName.isEmpty())
     5074                    /*
     5075                     * NAT networks start their DHCP server theirself, see NATNetwork::Start()
     5076                     */
     5077                    if (   !networkName.isEmpty()
     5078                        && eAttachmentType != NetworkAttachmentType_NATNetwork)
    50755079                    {
    50765080                        /*
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