forked from pool/virtualbox
41f791f779
fix bnc#694311 OBS-URL: https://build.opensuse.org/request/show/71600 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=47
14 lines
596 B
Diff
14 lines
596 B
Diff
--- VirtualBox-4.0.8_OSE/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
|
|
+++ VirtualBox-4.0.8_OSE/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
|
|
@@ -50,8 +50,9 @@
|
|
#define VBOXNETFLT_OS_SPECFIC 1
|
|
#include "../VBoxNetFltInternal.h"
|
|
|
|
+#define VBOXNETFLT_WITH_FILTER_HOST2GUEST_SKBS_EXPERIMENT
|
|
#ifdef CONFIG_NET_SCHED
|
|
-# define VBOXNETFLT_WITH_QDISC /* Comment this out to disable qdisc support */
|
|
+//# define VBOXNETFLT_WITH_QDISC /* Comment this out to disable qdisc support */
|
|
# ifdef VBOXNETFLT_WITH_QDISC
|
|
# include <net/pkt_sched.h>
|
|
# endif /* VBOXNETFLT_WITH_QDISC */
|