summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 23 insertions, 1 deletions
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=<<where-you-built-your-kernel>> 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=<<where-you-built-your-kernel>> binaries
+
+2. Install the ipset binaries
+
+ # make KERNEL_DIR=<<where-you-built-your-kernel>> binaries_install
+
+3. Patch your kernel source
+
+ # make KERNEL_DIR=<<where-you-built-your-kernel>> patch_kernel
+
+4. Go to the kernel source and run 'make oldconfig', enable the ipset
+ functionality and compile, install your kernel.
+