From 87c406c4962ea52f467b9807daf66e3652bd0e9b Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu" Date: Thu, 3 Jul 2008 09:26:50 +0000 Subject: Support statically linked kernel - no need for pom-ng anymore for ipset at all. --- README | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 5f708d0..a58da3b 100644 --- a/README +++ b/README @@ -22,4 +22,26 @@ This is the ipset source tree. Follow these steps to install ipset: # make KERNEL_DIR=<> clean -That's it! +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: + +1. Compile the ipset binaries + + # make KERNEL_DIR=<> binaries + +2. Install the ipset binaries + + # make KERNEL_DIR=<> binaries_install + +3. Patch your kernel source + + # make KERNEL_DIR=<> patch_kernel + +4. Go to the kernel source and run 'make oldconfig', enable the ipset + functionality and compile, install your kernel. + -- cgit v1.2.3