VirtualBox

Changeset 56104 in vbox for trunk/src


Ignore:
Timestamp:
May 27, 2015 2:30:11 PM (10 years ago)
Author:
vboxsync
Message:

IntNet/NetFlt: dev_net() is still a problem for older kernels,
so disable address notifications again.

File:
1 edited

Legend:

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

    r56101 r56104  
    18721872}
    18731873
     1874#if 0 /* XXX: temporarily disable */
    18741875static int vboxNetFltLinuxNotifierIPv4Callback(struct notifier_block *self, unsigned long ulEventType, void *ptr)
    18751876{
     
    19381939    return rc;
    19391940}
     1941#endif /* 0 */
    19401942
    19411943
     
    21672169        return VERR_INTNET_FLT_IF_FAILED;
    21682170
     2171#if 0 /* XXX: temporarily disable */
    21692172    if (pThis->pSwitchPort->pfnNotifyHostAddress)
    21702173    {
     
    22542257    else
    22552258        Log(("%s: uwe: pfnNotifyHostAddress is NULL\n", __FUNCTION__));
     2259#endif
    22562260
    22572261    return VINF_SUCCESS;
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