Changeset 107983 in vbox
- Timestamp:
- Jan 30, 2025 5:09:07 AM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167246
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNATlibslirp.cpp
r107847 r107983 974 974 */ 975 975 if (drvNATNotifyApplyPortForwardCommand(pThis, false /* fRemove */, fUDP, szHostIp, iHostPort, szGuestIp, iGuestPort) < 0) 976 return PDMDrvHlpVMSetError(pThis->pDrvIns, VERR_NAT_REDIR_SETUP, RT_SRC_POS, 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"), 979 iInstance, iHostPort, iGuestPort); 976 LogFlowFunc(("NAT#%d: configuration error: failed to set up redirection of %d to %d. " 977 "Probably a conflict with existing services or other rules", 978 iInstance, iHostPort, iGuestPort)); 980 979 } /* for each redir rule */ 981 980
Note:
See TracChangeset
for help on using the changeset viewer.