VirtualBox

Changeset 48480 in vbox for trunk


Ignore:
Timestamp:
Sep 16, 2013 2:38:17 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88963
Message:

VBoxNetLwipNAT::VBoxNetLwipNAT() initialization of fDontLoadRulesOnStartup to false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r48434 r48480  
    721721    m_Ipv4Address.u     = RT_MAKE_U32_FROM_U8( 10,  0,  2,  2); // NB: big-endian
    722722    m_Ipv4Netmask.u     = RT_H2N_U32_C(0xffffff00);
     723
     724    fDontLoadRulesOnStartup = false;
    723725   
    724726    for(unsigned int i = 0; i < RT_ELEMENTS(g_aGetOptDef); ++i)
Note: See TracChangeset for help on using the changeset viewer.

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