VirtualBox

Ignore:
Timestamp:
Dec 18, 2008 2:13:57 PM (16 years ago)
Author:
vboxsync
Message:

#3416: The problem with incorrectly shown guest-to-host packets is fixed.

File:
1 edited

Legend:

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

    r15625 r15660  
    323323            /* Restore ethernet header back. */
    324324            skb_push(pPkt, ETH_HLEN);
     325            VBOX_SKB_RESET_MAC_HDR(pPkt);
    325326        }
    326         VBOX_SKB_RESET_MAC_HDR(pPkt);
    327327        VBOXNETFLT_SKB_CB(pPkt) = VBOXNETFLT_CB_TAG;
    328328
     
    851851    {
    852852        fRc = !!(pDev->promiscuity - (ASMAtomicUoReadBool(&pThis->u.s.fPromiscuousSet) & 1));
     853        Log(("vboxNetFltPortOsIsPromiscuous: returns %d, pDev->promiscuity=%d, fPromiscuousSet=%d\n",
     854             fRc, pDev->promiscuity, pThis->u.s.fPromiscuousSet));
    853855        vboxNetFltLinuxReleaseNetDev(pThis, pDev);
    854856    }
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