forked from pool/openvswitch
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
|
||
|
|