summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-21 20:47:08 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-21 20:47:08 +0100
commitcffe9a53f6bacb0c72d83efa19b1a9764d44dc72 (patch)
tree802a84802d43556554b826af9d1c13f77f0eb34d /README
parent57d871ad46bfaed44e556cb872f4bfab1004d9e1 (diff)
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.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
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