X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=datapath%2Fdatapath.c;h=4dde50b22c2ccbf96693105bce635d07987aa435;hb=05fe17646fc1ed2527f26eddb13e09ec14cc29b9;hp=d64fc32b3a2321235629d7c99c5b89b5eebdd2e0;hpb=8a07709cb80462edb32fc11d056bfc08ce90f62d;p=openvswitch diff --git a/datapath/datapath.c b/datapath/datapath.c index d64fc32b..4dde50b2 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -62,8 +62,8 @@ #include "vport-internal_dev.h" #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) || \ - 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. + LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0) +#error Kernels before 2.6.18 or after 3.3 are not supported by this version of Open vSwitch. #endif #define REHASH_FLOW_INTERVAL (10 * 60 * HZ)