VirtualBox

Ignore:
Timestamp:
Jan 8, 2010 11:24:53 PM (15 years ago)
Author:
vboxsync
Message:

VBoxNetFlt/FreeBSD: Fix incorrect flag in the receive callback. Fixes bridging with a wlan interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c

    r24123 r25699  
    419419        pSG = RTMemTmpAlloc(RT_OFFSETOF(INTNETSG, aSegs[cSegs]));
    420420        vboxNetFltFreeBSDMBufToSG(pThis, m, pSG, cSegs, 0);
    421         fDropIt = pThis->pSwitchPort->pfnRecv(pThis->pSwitchPort, pSG, INTNETTRUNKDIR_HOST);
     421        fDropIt = pThis->pSwitchPort->pfnRecv(pThis->pSwitchPort, pSG, INTNETTRUNKDIR_WIRE);
    422422        RTMemTmpFree(pSG);
    423423        if (fDropIt)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette