diff options
author | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu> | 2008-07-19 20:48:19 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu> | 2008-07-19 20:48:19 +0000 |
commit | 6a0ae483145159b0c903690c0313dbc03745c412 (patch) | |
tree | c76f14af1d80295c94eeba826bdec75cda73ad55 /README | |
parent | 87c406c4962ea52f467b9807daf66e3652bd0e9b (diff) | |
download | ipset-6a0ae483145159b0c903690c0313dbc03745c412.tar.gz |
Compatibility cleanup release: kernels >= 2.6.16 and 2.4.36.x are supported.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ This is the ipset source tree. Follow these steps to install ipset: -0. You need the source tree of your kernel (version >= 2.6.16) and it have - to be configured, modules compiled. +0. You need the source tree of your kernel (version >= 2.6.16 or 2.4.36.x) + and it have to be configured, modules compiled. 1. Compile ipset and it's kernel modules @@ -27,8 +27,8 @@ That's it! Read the ipset(8) and iptables(8) manpages on how to use ipset and its match and target from iptables. -If you want to build a non-modular kernel, then proceed with the following -steps: +If you want to build a non-modular >= 2.6.16 kernel or has got a 2.4.36.x +kernel tree, then proceed with the following steps: 1. Compile the ipset binaries |