From 633b62df0104203591d5c427f6769857571b2540 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu" Date: Wed, 2 Jul 2008 12:20:18 +0000 Subject: Initial ipset release with kernel modules included. --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..5f708d0 --- /dev/null +++ b/README @@ -0,0 +1,25 @@ +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. + +1. Compile ipset and it's kernel modules + + # make KERNEL_DIR=<> + + You can specify the maximum number of sets (default 256) + and/or the hash size for bindings (default 1024) if you want: + + # make KERNEL_DIR=<> \ + IP_NF_SET_MAX=<> \ + IP_NF_SET_HASHSIZE=<> + +2. Install the binary and the modules + + # make KERNEL_DIR=<> install + +3. Cleanup the source tree + + # make KERNEL_DIR=<> clean + +That's it! -- cgit v1.2.3