X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fdatapath.c;h=e5e06163af8ca14c857cc848f9ad936288c191f4;hb=7ceda296fa574aa0d2077306cf6311e88d6bb521;hp=4330ce33273895bb53d0d1894661d23e9ecba8c8;hpb=6a690106a4e5596b30d07692fbd13020803b3bc1;p=sliver-openvswitch.git diff --git a/datapath/datapath.c b/datapath/datapath.c index 4330ce332..e5e06163a 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -63,8 +63,8 @@ #include "vport-netdev.h" #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) || \ - LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0) -#error Kernels before 2.6.18 or after 3.8 are not supported by this version of Open vSwitch. + LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0) +#error Kernels before 2.6.18 or after 3.9 are not supported by this version of Open vSwitch. #endif #define REHASH_FLOW_INTERVAL (10 * 60 * HZ)