VirtualBox

Changeset 107847 in vbox for trunk


Ignore:
Timestamp:
Jan 17, 2025 2:09:44 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167044
Message:

DrvNAT-libslirp: scm fixes. bugref:10268

File:
1 edited

Legend:

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

    r107830 r107847  
    976976            return PDMDrvHlpVMSetError(pThis->pDrvIns, VERR_NAT_REDIR_SETUP, RT_SRC_POS,
    977977                                       N_("NAT#%d: configuration error: failed to set up redirection of %d to %d. "
    978                                           "Probably a conflict with existing services or other rules"), 
     978                                          "Probably a conflict with existing services or other rules"),
    979979                                       iInstance, iHostPort, iGuestPort);
    980980    } /* for each redir rule */
     
    10251025        return PDMDrvHlpVMSetError(pThis->pDrvIns, VERR_NAT_REDIR_SETUP, RT_SRC_POS,
    10261026                                   N_("NAT#%d: configuration error: failed to set up redirection of %d to %d. "
    1027                                       "Probably a conflict with existing services or other rules"), 
     1027                                      "Probably a conflict with existing services or other rules"),
    10281028                                   pThis->pDrvIns->iInstance, u16HostPort, u16GuestPort);
    10291029    }
     
    10511051        PRTREQ pReq;
    10521052        rc = RTReqQueueCallEx(pThis->hSlirpReqQueue, &pReq, 0 /*cMillies*/, RTREQFLAGS_VOID,
    1053                               (PFNRT)drvNATNotifyApplyPortForwardCommand, 7, 
     1053                              (PFNRT)drvNATNotifyApplyPortForwardCommand, 7,
    10541054                              pThis, fRemove, fUdp, pHostIp, u16HostPort, pGuestIp, u16GuestPort);
    10551055        if (rc == VERR_TIMEOUT)
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