Changeset 87785 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux
- Timestamp:
- Feb 17, 2021 7:25:12 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142841
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r85703 r87785 36 36 #include "product-generated.h" 37 37 #if RTLNX_VER_MIN(2,6,24) 38 # include <linux/nsproxy.h>38 # include <linux/nsproxy.h> 39 39 #endif 40 40 #include <linux/netdevice.h> 41 #if RTLNX_VER_MAX(2,6,29) || RTLNX_VER_MIN(5,11,0) 42 # include <linux/ethtool.h> 43 #endif 41 44 #include <linux/etherdevice.h> 42 45 #include <linux/rtnetlink.h> … … 47 50 #include <linux/if_vlan.h> 48 51 #if RTLNX_VER_MIN(4,5,0) 49 # include <uapi/linux/pkt_cls.h>52 # include <uapi/linux/pkt_cls.h> 50 53 #endif 51 54 #include <net/ipv6.h> … … 330 333 331 334 # if RTLNX_VER_MAX(2,6,29) 332 333 # include <linux/ethtool.h>334 335 335 336 typedef struct ethtool_ops OVR_OPSTYPE;
Note:
See TracChangeset
for help on using the changeset viewer.