VirtualBox

Changeset 107817 in vbox for trunk


Ignore:
Timestamp:
Jan 16, 2025 2:37:56 PM (3 weeks ago)
Author:
vboxsync
Message:

DrvNAT-libslirp: Fixed inversion of the LocalhostReachable setting. Regression from r166619. bugref:10268

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNATlibslirp.cpp

    r107732 r107817  
    16891689    slirpCfg.vdnssearch = NULL;
    16901690    slirpCfg.vdomainname = NULL;
    1691     slirpCfg.disable_host_loopback = fLocalhostReachable;
     1691    slirpCfg.disable_host_loopback = !fLocalhostReachable;
    16921692    slirpCfg.fForwardBroadcast = fForwardBroadcast;
    16931693    slirpCfg.iSoMaxConn = i32SoMaxConn;
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