X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fdatapath.c;h=e98c84b25e712047fed29bdf48a20015442e80e7;hb=155526921f2a467e2ce04655d2e9234cd75c2d80;hp=7a7dc4c15d5f251fa3ea727c3a11e70135db577b;hpb=171c54d7461be651eb8ef88b2b6fe75bd9dca28a;p=sliver-openvswitch.git 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)