VirtualBox

Ignore:
Timestamp:
May 6, 2015 3:32:48 AM (10 years ago)
Author:
vboxsync
Message:

VBoxNetFlt/linux: inet6_dev::addr_list became struct list_head in 2.6.35.

File:
1 edited

Legend:

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

    r55683 r55685  
    22172217
    22182218                read_lock_bh(&in6_dev->lock);
     2219#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35)
    22192220                list_for_each_entry(ifa, &in6_dev->addr_list, if_list)
     2221#else
     2222                for (ifa = in6_dev->addr_list; ifa != NULL; ifa = ifa->if_next)
     2223#endif
    22202224                {
    22212225                    Log(("%s: %s: IPv6: addr %RTnaipv6/%u\n",
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