VirtualBox

Changeset 29160 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 6, 2010 2:55:56 PM (15 years ago)
Author:
vboxsync
Message:

SrvIntNetR0.cpp: Fixed handling of unicast ARP frames when sharing the MAC address with the host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r28871 r29160  
    29312931 * address of the link layer one (when sharing MAC address on the wire).
    29322932 *
    2933  * This function is only used for frames comming from the wire (trunk).
     2933 * This function is only used for frames coming from the wire (trunk).
    29342934 *
    29352935 * @returns true if it's addressed to someone on the network, otherwise false.
     
    29932993            Log6(("intnetshareduni: ARP\n"));
    29942994            /** @todo revisit this broadcasting of unicast ARP frames! */
    2995             return intnetR0NetworkSwitchBroadcast(pNetwork, INTNETTRUNKDIR_WIRE, NULL, pDstTab);
     2995            return intnetR0NetworkSharedMacFixAndSwitchBroadcast(pNetwork, INTNETTRUNKDIR_WIRE, NULL, pSG, pEthHdr, pDstTab);
    29962996
    29972997        /*
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