forked from pool/openvswitch
Dirk Mueller
eea0bd7b75
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=63
12 lines
285 B
Diff
12 lines
285 B
Diff
--- datapath/vport-internal_dev.c
|
|
+++ datapath/vport-internal_dev.c
|
|
@@ -34,7 +34,7 @@
|
|
#include "vport-internal_dev.h"
|
|
#include "vport-netdev.h"
|
|
|
|
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)
|
|
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
|
|
#define HAVE_NET_DEVICE_OPS
|
|
#endif
|
|
|