datapath: Fix version check for 3.2.
[openvswitch] / datapath / datapath.c
index 995efefeb8a6854aff1ffb2b58adcd9d1b653e64..e9a4e189464bd9062ae3c83bf4c64e26209e266d 100644 (file)
@@ -60,7 +60,7 @@
 #include "vport-internal_dev.h"
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) || \
-    LINUX_VERSION_CODE > KERNEL_VERSION(3,2,0)
+    LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0)
 #error Kernels before 2.6.18 or after 3.2 are not supported by this version of Open vSwitch.
 #endif