From 155526921f2a467e2ce04655d2e9234cd75c2d80 Mon Sep 17 00:00:00 2001 From: Kyle Mestery Date: Tue, 7 Aug 2012 18:48:21 -0400 Subject: [PATCH] Bump up the supported kernel versions to include 3.5.x. Signed-off-by: Kyle Mestery Signed-off-by: Jesse Gross --- datapath/datapath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datapath/datapath.c b/datapath/datapath.c index 7a7dc4c15..e98c84b25 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -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) -- 2.43.0