VirtualBox

Ignore:
Timestamp:
Mar 13, 2012 1:30:40 PM (13 years ago)
Author:
vboxsync
Message:

Solaris/VBoxNetFltBow: comment out calls to mac_unicast_remove() as we don't need them, since mac_unicast_add/remove() function signatures are going to be modified.

File:
1 edited

Legend:

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

    r38896 r40444  
    10111011        if (pVNIC->hClient)
    10121012        {
     1013#if 0
    10131014            if (pVNIC->hUnicast)
    10141015            {
     
    10161017                pVNIC->hUnicast = NULL;
    10171018            }
     1019#endif
    10181020
    10191021            if (pVNIC->hPromisc)
     
    14661468         * Remove existing unicast address, promisc. and the RX hook.
    14671469         */
     1470#if 0
    14681471        if (pVNIC->hUnicast)
    14691472        {
     
    14721475            pVNIC->hUnicast = NULL;
    14731476        }
     1477#endif
    14741478
    14751479        if (pVNIC->hPromisc)
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