VirtualBox

Changeset 49587 in vbox for trunk/src/VBox/Main


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

NAT networks: enable the network and the DHCP server by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp

    r49541 r49587  
    5151{
    5252    Data()
    53       : fEnabled(FALSE)
     53      : fEnabled(TRUE)
    5454      , fIPv6Enabled(FALSE)
    5555      , fAdvertiseDefaultIPv6Route(FALSE)
    56       , fNeedDhcpServer(FALSE)
     56      , fNeedDhcpServer(TRUE)
    5757      , u32LoopbackIp6(0)
    5858      , offGateway(0)
     
    144144    m->IPv4NetworkCidr = "10.0.2.0/24";
    145145    m->IPv6Prefix = "fe80::/64";
    146     m->fEnabled = FALSE;
    147146
    148147    settings::NATHostLoopbackOffset off;
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