forked from pool/virtualbox
Accepting request 71600 from home:mseben:branches:Virtualization
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
This commit is contained in:
parent
d976e71277
commit
41f791f779
13
vbox-netflt_start_xmit_enable.diff
Normal file
13
vbox-netflt_start_xmit_enable.diff
Normal file
@ -0,0 +1,13 @@
|
||||
--- 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 */
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 26 10:40:30 UTC 2011 - mseben@gmail.com
|
||||
|
||||
- added vbox-netflt_start_xmit_enable.diff (bnc#694311),
|
||||
enable alternative packet filter, http://www.virtualbox.org/ticket/8076
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 06:55:17 UTC 2011 - mseben@gmail.com
|
||||
|
||||
|
@ -85,6 +85,8 @@ Patch5: vbox-config.diff
|
||||
Patch6: vbox-smc-napa.diff
|
||||
#fix build of Python and dev package on openSUSE 11.3
|
||||
Patch8: vbox-python-detection.diff
|
||||
#bnc#694311 http://www.virtualbox.org/ticket/8076
|
||||
Patch9: vbox-netflt_start_xmit_enable.diff
|
||||
#PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user
|
||||
#try to start VirtualBox and is not memeber of vboxusers group
|
||||
Patch99: vbox-permissions_warning.diff
|
||||
@ -214,6 +216,7 @@ quilt push -a
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch99 -p1
|
||||
%patch100
|
||||
%patch101
|
||||
|
Loading…
Reference in New Issue
Block a user