Ticket #8076: netflt_start_xmit_enable.patch
| File netflt_start_xmit_enable.patch, 555 bytes (added by , 14 years ago) |
|---|
-
VBoxNetFlt-linux.
old new 50 50 #define VBOXNETFLT_OS_SPECFIC 1 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> 57 58 # endif /* VBOXNETFLT_WITH_QDISC */

