- Timestamp:
- Jan 17, 2025 2:09:44 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 167044
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNATlibslirp.cpp
r107830 r107847 976 976 return PDMDrvHlpVMSetError(pThis->pDrvIns, VERR_NAT_REDIR_SETUP, RT_SRC_POS, 977 977 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"), 979 979 iInstance, iHostPort, iGuestPort); 980 980 } /* for each redir rule */ … … 1025 1025 return PDMDrvHlpVMSetError(pThis->pDrvIns, VERR_NAT_REDIR_SETUP, RT_SRC_POS, 1026 1026 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"), 1028 1028 pThis->pDrvIns->iInstance, u16HostPort, u16GuestPort); 1029 1029 } … … 1051 1051 PRTREQ pReq; 1052 1052 rc = RTReqQueueCallEx(pThis->hSlirpReqQueue, &pReq, 0 /*cMillies*/, RTREQFLAGS_VOID, 1053 (PFNRT)drvNATNotifyApplyPortForwardCommand, 7, 1053 (PFNRT)drvNATNotifyApplyPortForwardCommand, 7, 1054 1054 pThis, fRemove, fUdp, pHostIp, u16HostPort, pGuestIp, u16GuestPort); 1055 1055 if (rc == VERR_TIMEOUT)
Note:
See TracChangeset
for help on using the changeset viewer.