Bump up the supported kernel versions to include 3.5.x.
authorKyle Mestery <kmestery@cisco.com>
Tue, 7 Aug 2012 22:48:21 +0000 (18:48 -0400)
committerJesse Gross <jesse@nicira.com>
Wed, 8 Aug 2012 17:57:36 +0000 (10:57 -0700)
Signed-off-by: Kyle Mestery <kmestery@cisco.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c

index 7a7dc4c..e98c84b 100644 (file)
@@ -61,8 +61,8 @@
 #include "vport-internal_dev.h"
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) || \
-    LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0)
-#error Kernels before 2.6.18 or after 3.4 are not supported by this version of Open vSwitch.
+    LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)
+#error Kernels before 2.6.18 or after 3.5 are not supported by this version of Open vSwitch.
 #endif
 
 #define REHASH_FLOW_INTERVAL (10 * 60 * HZ)