Changeset 55685 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
- Timestamp:
- May 6, 2015 3:32:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r55683 r55685 2217 2217 2218 2218 read_lock_bh(&in6_dev->lock); 2219 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35) 2219 2220 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 2220 2224 { 2221 2225 Log(("%s: %s: IPv6: addr %RTnaipv6/%u\n",
Note:
See TracChangeset
for help on using the changeset viewer.