Changeset 11758
- Timestamp:
- 08/28/08 14:56:37 (3 months ago)
- Files:
-
- trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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();

