From cffe9a53f6bacb0c72d83efa19b1a9764d44dc72 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 21 Dec 2010 20:47:08 +0100 Subject: Kernel version compatibility: support from 2.6.34 The basic kernel compatibility issues are verified back to 2.6.24. The minimal supported kernel version had to be bumped from 2.6.31 to 2.6.34. --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 1948f64..b680f69 100644 --- a/README +++ b/README @@ -1,11 +1,12 @@ This is the ipset source tree. Follow the next steps to install ipset: -0. You need the source tree of your kernel (version >= 2.6.31) +0. You need the source tree of your kernel (version >= 2.6.34) and it have to be configured with ip6tables support enabled, modules compiled. Please apply the netlink.patch against your kernel tree, which adds the new subsystem identifier for ipset. - Recompile and install the patched kernel and its modules. + Recompile and install the patched kernel and its modules. Please note, + you have to run the patched kernel for ipset to work. The ipset source code depends on the libmnl library so the library must be installed. You can download the libmnl library from -- cgit v1.2.3