Changeset 11758 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 28, 2008 12:56:37 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35533
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r11284 r11758 611 611 pDrvIns->pDrvHlp->pfnPDMPollerRegister(pDrvIns, drvNATPoller); 612 612 pThis->enmLinkState = PDMNETWORKLINKSTATE_UP; 613 mbuf_init(NULL);614 613 struct nat_output_callbacks cb; 615 614 cb.noc_guest_out = drvNATOutput; 616 #if 0617 cb.noc_host_udp_out = host_udp_out;618 cb.noc_host_udp_in = host_udp_in;619 #endif620 615 nat_init(&cb); 621 616 ipfw_nat_init();
Note:
See TracChangeset
for help on using the changeset viewer.