VirtualBox

Ignore:
Timestamp:
Oct 11, 2022 10:18:10 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154040
Message:

NetworkServices/NAT: Fix NAT networking service, the interface wasn't active, bugref:10297

File:
1 edited

Legend:

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

    r97079 r97087  
    484484    /* connect to the intnet */
    485485    rc = IntNetR3IfCreate(&m_hIf, m_strNetworkName.c_str());
    486     if (RT_FAILURE(rc))
    487         return rc;
     486    if (RT_SUCCESS(rc))
     487        rc = IntNetR3IfSetActive(m_hIf, true /*fActive*/);
    488488
    489489    LogFlowFuncLeaveRC(rc);
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