Changeset 28281 in vbox for trunk/src/VBox
- Timestamp:
- Apr 14, 2010 6:40:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r28278 r28281 894 894 * skb_gso_segment does the following. Do we need to do it as well? 895 895 */ 896 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 2 3)896 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 22) 897 897 skb_reset_mac_header(pSkb); 898 898 pSkb->mac_len = pSkb->network_header - pSkb->mac_header;
Note:
See TracChangeset
for help on using the changeset viewer.