X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fdatapath.c;h=b6410c4e4186998f3b9f605a67ac58ed6c2a0def;hb=d76aabead8bb20614e56a7330dfb08f1c8b1b5d0;hp=98651a47bf88a1284111679a50180a2b7905a00f;hpb=37418c8662384e205522fd5827871dea2c96a46a;p=sliver-openvswitch.git diff --git a/datapath/datapath.c b/datapath/datapath.c index 98651a47b..b6410c4e4 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -61,11 +61,6 @@ #include "vport-internal_dev.h" #include "vport-netdev.h" -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) || \ - LINUX_VERSION_CODE >= KERNEL_VERSION(3,11,0) -#error Kernels before 2.6.32 or after 3.10 are not supported by this version of Open vSwitch. -#endif - #define REHASH_FLOW_INTERVAL (10 * 60 * HZ) static void rehash_flow_table(struct work_struct *work); static DECLARE_DELAYED_WORK(rehash_flow_wq, rehash_flow_table);