Changeset 35927 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux
- Timestamp:
- Feb 10, 2011 1:57:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r35554 r35927 51 51 #include "../VBoxNetFltInternal.h" 52 52 53 #define VBOXNETFLT_WITH_FILTER_HOST2GUEST_SKBS_EXPERIMENT 53 54 #ifdef CONFIG_NET_SCHED 54 # define VBOXNETFLT_WITH_QDISC /*Comment this out to disable qdisc support */55 /*# define VBOXNETFLT_WITH_QDISC Comment this out to disable qdisc support */ 55 56 # ifdef VBOXNETFLT_WITH_QDISC 56 57 # include <net/pkt_sched.h>
Note:
See TracChangeset
for help on using the changeset viewer.