VirtualBox

Ignore:
Timestamp:
Sep 11, 2019 2:35:34 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133279
Message:

linux kernel 5.3 fixes: tickref:18911, contribution from Larry.Finger at lwfinger.net

File:
1 edited

Legend:

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

    r79643 r80735  
    21242124    if (in_dev != NULL)
    21252125    {
    2126         for_ifa(in_dev) {
     2126        struct in_ifaddr *ifa;
     2127
     2128        for (ifa = in_dev->ifa_list; ifa; ifa = ifa->ifa_next) {
    21272129            if (VBOX_IPV4_IS_LOOPBACK(ifa->ifa_address))
    21282130                return NOTIFY_OK;
     
    21382140            pThis->pSwitchPort->pfnNotifyHostAddress(pThis->pSwitchPort,
    21392141                /* :fAdded */ true, kIntNetAddrType_IPv4, &ifa->ifa_address);
    2140         } endfor_ifa(in_dev);
     2142        }
    21412143    }
    21422144
Note: See TracChangeset for help on using the changeset viewer.

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